12345678910111213141516171819 |
- %% oldest and most popular article about known attacks on RSA.
- @article{boneh1999twenty,
- title={Twenty years of attacks on the RSA cryptosystem},
- author={Boneh, Dan and Rivest, Ron and Shamir, Adi and Adleman, Len and others},
- journal={Notices of the AMS},
- volume={46},
- number={2},
- pages={203--213},
- year={1999}
- }
- %% here there's the descriptions for an efficient computation of fₚ(x) = y . y² ≡ x (mod p)
- %% [openssl implements it]
- @misc{ieee2001ieee,
- title={IEEE P1363a D10 (Draft Version 10): Standard Specifications for Public Key Cryptography: Additional Techniques, IEEE P1363 Working Group, Working draft},
- author={IEEE P1363 Working Group and others},
- year={2001}
- }
|