<wpwrak>
mmh. as far as i understand it, this is a response to a proposal for implementing a backdoor (where the backdoor consists of an attack on the PRNG). that proposal would use curve25519 to ensure only the one who put the backdoor there can reconstruct the compromised PRNG sequence.
paulk-collins has quit [Ping timeout: 246 seconds]
<wpwrak>
this response says that one can detect this presence of this proposed (i.e., hypothetical) attack by statistical means
<DocScrutinizer05>
yeah, somesth like that
<wpwrak>
all in all, more of an academic exercise. and one more reason why open source is a must for credible security :)
Kabouik_ has joined #neo900
Kabouik_ has quit [Remote host closed the connection]
<DocScrutinizer05>
anyway that attack scenario relies on ECC
<DocScrutinizer05>
which is why it got mentioned by OP and OP said he doesn't like ECC too much for a number of reasons. Others agreed
SylvieLorxu has quit [Remote host closed the connection]
SylvieLorxu has joined #neo900
<wpwrak>
mmh. it relies on ECC in the sense that ECC can have compact key spaces. i.e., for any number x, the probability that x is a valid key, is reasonably high. while for the prime-based systems, it is very low.
<wpwrak>
but that's not an argument against ECC. and that scenario (neither the proposed backdoor nor the countermeasure) is not an attack on ECC in any way.
<wpwrak>
as you may guess, i happen to like ECC :)
<wpwrak>
what i especially like about curve25519 (not sure if it applies in the same way to all ECC, probably not) is that 1) key generation is very efficient. this means a) little computational overhead and b) low demands on the entropy source. and 2) that keys are compact. with RSA, we're about to see whole classes of MCUs getting excluded from being able to perform state of the art crypto simply because they don't have enough space for the damn
<wpwrak>
keys.
arossdotme has quit [Ping timeout: 256 seconds]
arossdotme has joined #neo900
<Wizzup>
rsa is proven tech though. ecc needs more time until I fully trust it
<Wizzup>
(also fan of ed25519 though)
<wpwrak>
ECC is also quite old. i heard of it the first time in a crypto lecture in the early 90es, i.e., almost a quarter of a century ago (how time flies :)