1. c6ba99d Upgrade cryptography from 2.5 to 3.3 by Lucia Li · 2 years, 11 months ago
  2. 3d9b264 Use the contents of the ecrypt docs from the University website (#4673) by Alex Gaynor · 6 years ago
  3. 1aac78c let's talk about bits baby (#3956) by Paul Kehrer · 7 years ago
  4. 53e4505 Switch NIST PDFs from nvlpubs to csrc which is HTTPS (#3929) by Alex Gaynor · 7 years ago
  5. 5bc8c7d doc the relationship between PrivateKey and PrivateKeyWithSerialization (#3721) by Paul Kehrer · 7 years ago
  6. 1a5d70e deprecate signer/verifier on asymmetric keys (#3663) by Paul Kehrer · 7 years ago
  7. 6012ccf support prehashed sign/verify in DSA (#3266) by Paul Kehrer · 8 years ago
  8. e035c50 Removed provider language from asymmetric primitives docs (#3052) by Gabriel Orisaka · 8 years ago
  9. 2120a8e One shot sign/verification ECDSA (#3029) by Aviv Palivoda · 8 years ago
  10. 77d917b one shot verify documentation fix (#3031) by Aviv Palivoda · 8 years ago
  11. f67429b One shot sign/verify DSA (#3003) by Aviv Palivoda · 8 years ago
  12. 8d15ba8 Clean up some of the nonsense in our DSA docs. (#2969) by Alex Gaynor · 8 years ago
  13. 3697db2 address review comments by Paul Kehrer · 9 years ago
  14. 06f360f add some links to public key loading in the RSA/DSA verification sections by Paul Kehrer · 9 years ago
  15. 0e708a8 Update the docs for the correct RFC in more places by Alex Gaynor · 9 years ago
  16. 31c5c33 resolve incorrect docs/naming around DSA (r, s) tuple encode/decode by Paul Kehrer · 9 years ago
  17. 8ea90ef docs changes based on feedback by Paul Kehrer · 9 years ago
  18. 15a1b59 move PublicKeyWithSerialization methods to PublicKey by Paul Kehrer · 9 years ago
  19. c7de254 remove docs for WithNumbers classes that are removed in 1.0 by Paul Kehrer · 9 years ago
  20. 7476ff5 update ecrypt link in docs by Paul Kehrer · 9 years ago
  21. a5515c7 DSA public key serialization by Paul Kehrer · 10 years ago
  22. ec34263 serialize DSA private keys by Paul Kehrer · 10 years ago
  23. 0d6203f move asymmetric signature/verification interfaces by Paul Kehrer · 10 years ago
  24. 601278a move hash interfaces by Paul Kehrer · 10 years ago
  25. 45efdbc make our docs job nitpicky and fix every broken link by Paul Kehrer · 10 years ago
  26. f48f69d Move DSA* interfaces to interfaces.dsa module by Alex Stapleton · 10 years ago
  27. 20c4404 Increase the year in some of our docs by Alex Gaynor · 10 years ago
  28. 65d054d add decode_rfc6979_signature helper for DSA/ECDSA by Paul Kehrer · 10 years ago
  29. 4b4a1c2 Describe teh format of the result of signer.finalize(). Fixes #1479 by Alex Gaynor · 10 years ago
  30. 3654d2f remove deprecated DSA classes/methods and update tests by Paul Kehrer · 10 years ago
  31. bdcca52 document methods on RSA/DSA Numbers classes by Paul Kehrer · 10 years ago
  32. 61292a7 Remove merge leftovers by Terry Chia · 10 years ago
  33. 512ac22 deprecate concrete DSA classes and update DSA docs by Paul Kehrer · 10 years ago
  34. dacb5f9 add generate_private_key to DSAParameters + add a new function to dsa by Paul Kehrer · 10 years ago
  35. 125857f dsa docs by Paul Kehrer · 10 years ago
  36. 3678283 fix some language by Paul Kehrer · 10 years ago
  37. 8c73a7b remove parameter_numbers from DSAPrivateNumbers since it's on public by Paul Kehrer · 10 years ago
  38. 74a58ac DSA*Numbers classes by Paul Kehrer · 10 years ago
  39. 190ecf7 Style guide fix in the docs by Alex Gaynor · 10 years ago
  40. 19e97bd Fix some typos in the docs by Alex Stapleton · 10 years ago
  41. d955cf8 convert dsa examples to doctest by Paul Kehrer · 10 years ago
  42. 913ac19 remove an unneeded line in the example by Paul Kehrer · 10 years ago
  43. 0b3ff3b DSA signing support (this is mostly skeuomorf's work, credit to him) by Paul Kehrer · 10 years ago
  44. 21babbb updates for review feedback by Paul Kehrer · 10 years ago
  45. 59edb61 Add DSA verification docs by Mohammed Attia · 10 years ago
  46. d0b06b4 Missing comma, whitespace by Alex Gaynor · 10 years ago
  47. 29474ac Add docs for DSA parameters and key generation by Mohammed Attia · 10 years ago
  48. 230457a Add DSA private key api, docs and tests by Mohammed Attia · 11 years ago
  49. 5b50613 Add DSA public key api, docs and tests by Mohammed Attia · 11 years ago
  50. 24171cc Add DSA parameters api, docs and tests by Mohammed Attia · 11 years ago