Changes between Version 16 and Version 17 of Bibliography
- Timestamp:
- 2008-05-08T23:06:19Z (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bibliography
v16 v17 16 16 == Crypto == 17 17 18 === Symmetric Ciphers ===18 === Symmetric Primitives === 19 19 20 20 [http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.59.9522 Salsa20 Design] a fast and secure cipher 21 21 22 22 [http://cr.yp.to/snuffle.html#security Salsa20 Security Arguments] why Salsa20 is probably safe against this and that threat 23 24 [http://www.enrupt.com/EnRUPT_007.pdf EnRUPT] a very simple, fast, and flexible primitive which could be used as both stream cipher and secure hash function (the two such primitives that we currently need) 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. 23 25 24 26 === Elliptic Curve Cryptography ===