Changes between Version 30 and Version 31 of Bibliography


Ignore:
Timestamp:
2008-11-09T14:45:24Z (15 years ago)
Author:
zooko
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • Bibliography

    v30 v31  
    1010[http://cr.yp.to/snuffle.html#security Salsa20 Security Arguments] why Salsa20 is probably safe against this and that threat
    1111
    12 [http://cr.yp.to/chacha.html ChaChaCha 20] even better stream cipher.  It is probably slightly safer than Salsa and it is certainly slightly faster.
     12[http://cr.yp.to/chacha.html ChaChaCha20] even better stream cipher.  It is probably slightly safer than Salsa and it is certainly slightly faster.
    1313
    1414[http://enrupt.com EnRUPT] a very simple, fast, and flexible primitive which could be used as stream cipher, secure hash function, or MAC (the first two are primitives that we currently need, and the third one -- MAC -- is a primitive that we may want in the future) and which relies for its security on a large number of rounds.  The question of how many rounds to use is decided by semi-automated cryptanalysis.  (Note: the stream-hash version of enRUPT, known is "irRUPT" has been shown to be insecure in the SHA-3 contest.  The traditional Merkle-Damgard variant -- mdRUPT -- is probably secure.)