Changes between Version 52 and Version 53 of Bibliography
- Timestamp:
- 2010-04-18T21:49:28Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bibliography
v52 v53 21 21 22 22 [http://crypto.stanford.edu/vpaes/ Vector permutations and AES] The fast and timing-resistant implementations of Mike Hamburg using vector permute instructions (read: pshufb and vperm). 23 24 === Public Key Cryptography === 25 26 [http://www.cs.umd.edu/~jkatz/papers/dh-sigs-full.pdf Efficient Signature Schemes with Tight Reductions to the Diffie-Hellman Problems] Scheme 1 in this paper comes with a tight reduction to the Computational Diffie-Hellman problem, which means it is definitely at least as secure as any discrete-log-based scheme and could be more secure. It also has a good pedigree (having been suggested by David Chaum et al. in 1989 and having been proven to tightly reduce to Computational Diffie-Hellman by Katz et al. in 2003). It also has a nice short public key, which could be good for fitting it into our capability security schemes. 23 27 24 28 === Elliptic Curve Cryptography ===