library.bib 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. %% oldest and most popular article about known attacks on RSA.
  2. @article{20years,
  3. title={Twenty years of attacks on the RSA cryptosystem},
  4. author={Boneh, Dan and Rivest, Ron and Shamir, Adi and Adleman, Len and others},
  5. journal={Notices of the AMS},
  6. volume={46},
  7. number={2},
  8. pages={203--213},
  9. year={1999}
  10. }
  11. %% reccomended limits of p-q
  12. @misc{DSS2009,
  13. title={FIPS PUB 186-3: Digital Signature Standard},
  14. author={NIST},
  15. year={2009}
  16. }
  17. %% here there's the descriptions for an efficient computation of fₚ(x) = y . y² ≡ x (mod p)
  18. %% [openssl implements it]
  19. @misc{ieee2001ieee,
  20. title = {IEEE P1363a D10 (Draft Version 10):
  21. Standard Specifications for Public Key Cryptography:
  22. Additional Techniques, IEEE P1363 Working Group, Working draft},
  23. author = {IEEE P1363 Working Group and others},
  24. year = {2001}
  25. }
  26. @misc{rfc6176,
  27. title = {Prohibiting Secure Sockets Layer (SSL)
  28. Version 2.0},
  29. author = {S. Turner and T. Polk},
  30. publisher = {RFC Editor},
  31. url = {http://tools.ietf.org/html/rfc6176}
  32. }
  33. @book{bombelli:algebra,
  34. title = {L'Algebra},
  35. author = {Rafael Bombelli},
  36. year={1572},
  37. url={http://mathematica.sns.it/opere/9/}
  38. }
  39. @book{AOCPv2,
  40. author = {Knuth, Donald E.},
  41. title = {The Art of Computer Programming, Volume 2 (3rd Ed.):
  42. Seminumerical Algorithms},
  43. year = {1997},
  44. isbn = {0-201-89684-2},
  45. publisher = {Addison-Wesley Longman Publishing Co., Inc.},
  46. address = {Boston, MA, USA}
  47. }
  48. @book{MITalg,
  49. author = "T.~H. Cormen and C.~E. Leiserson and R.~L. Rivest and C.~Stein",
  50. edition = "3rd",
  51. publisher = "The MIT Press",
  52. title = "Introduction to Algorithms",
  53. year = 2009,
  54. isbn = "978-0-262-03384-8"
  55. }
  56. @book{Dijkstra:adop,
  57. author = {Dijkstra, Edsger Wybe},
  58. title = {A Discipline of Programming},
  59. year = {1997},
  60. isbn = {013215871X},
  61. edition = {1st},
  62. publisher = {Prentice Hall PTR},
  63. address = {Upper Saddle River, NJ, USA},
  64. }
  65. @book{riesel,
  66. author = {Riesel, Hans},
  67. title = {Prime Numbers and Computer Methods for Factorization},
  68. year = {1985},
  69. isbn = {0-8176-3291-3},
  70. publisher = {Birkhauser Boston Inc.},
  71. address = {Cambridge, MA, USA},
  72. }
  73. @book{Crandall,
  74. author = {Richard Crandall and Carl Pomerance and Richard Crandall and Carl Pomerance},
  75. title = {Prime numbers: a computational perspective. Second Edition},
  76. year = {2005}
  77. }
  78. @article{wiener,
  79. author = {Michael J. Wiener},
  80. title = {Cryptanalysis of short RSA secret exponents},
  81. journal = {IEEE Transactions on Information Theory},
  82. year = {1990},
  83. volume = {36},
  84. pages = {553--558},
  85. url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.92.5261}
  86. }
  87. @article{pollard1974,
  88. author = {J. M. Pollard},
  89. title = {Theorems on factorization and primality testing},
  90. journal = {Mathematical Proceedings of the Cambridge Philosophical Society},
  91. volume = 76,
  92. issue = 03,
  93. month = 11,
  94. year = 1974,
  95. issn = {1469-8064},
  96. pages = {521--528},
  97. numpages = 8,
  98. doi = {10.1017/S0305004100049252},
  99. url = {http://journals.cambridge.org/action/displayAbstract?fromPage=online&aid=2074504}
  100. }
  101. @article{Williams:p+1,
  102. title = {A $p + 1$ Method of Factoring},
  103. author = {Williams, H. C.},
  104. journal = {Mathematics of Computation},
  105. volume = 39,
  106. number = 159,
  107. jstor_formatteddate = {Jul., 1982},
  108. pages = {pp. 225-234},
  109. url = {http://www.jstor.org/stable/2007633},
  110. ISSN = 00255718,
  111. language = {English},
  112. year = 1982,
  113. publisher = {American Mathematical Society},
  114. }