1. 617825d Fixed some confusing type descriptions in docs (#4231) by Alex Gaynor · 7 years ago
  2. 53e4505 Switch NIST PDFs from nvlpubs to csrc which is HTTPS (#3929) by Alex Gaynor · 8 years ago
  3. a857fe6 don't use long keys because they can be confusing wrt bits/bytes (#3734) by Paul Kehrer · 8 years ago
  4. f12955c scrypt can be doctested now that we're using 1.1.0 (#3688) by Paul Kehrer · 8 years ago
  5. 9b22eb9 Let's help out the newbies (#3572) by Cory Benfield · 8 years ago
  6. 64f1f42 Update NIST urls in docs (#3418) by Alex Gaynor · 8 years ago
  7. acaf89d Scrypt docs code example contradict RFC 7914 (#3302) (#3303) by Nick Badger · 9 years ago
  8. c3a3ed4 Link to our implementation of scrypt, now that we have it (#3189) by Alex Gaynor · 9 years ago
  9. a2d0da9 Add bounds checking for Scrypt parameters. (#3130) by Terry Chia · 9 years ago
  10. d8a27df Scrypt Implementation (#3117) by Terry Chia · 9 years ago
  11. 2e8725d some docs cleanups + changelog (#3122) by Alex Gaynor · 9 years ago
  12. 617fe4b Remove provider language from docs (#3072) by Gabriel Orisaka · 9 years ago
  13. 6d7fe00 NIST SP 800-108 Counter Mode KDF (#2748) by Jared · 9 years ago
  14. ace036d Some cleanups by Alex Gaynor · 10 years ago
  15. 53c8f6a Add X963KDF from ANSI X9.63:2001 by Simo Sorce · 10 years ago
  16. dae4076 Remove mention of extract/expand operations from ConcatKDF docs. by Terry Chia · 10 years ago
  17. 66f380c cleanup a doctest and add a changelog entry for concatkdf by Paul Kehrer · 10 years ago
  18. 8a690fb Add ConcatKDF from NIST SP 800-56A by Simo Sorce · 10 years ago
  19. 48402ff move KDF interface by Paul Kehrer · 10 years ago
  20. 601278a move hash interfaces by Paul Kehrer · 11 years ago
  21. 1cfc5d5 A few more docs fixes by Alex Gaynor · 11 years ago
  22. 00eff9c Simplified exception message by Ayrx · 11 years ago
  23. 6d69eab Fixed TypeError and added documentation by Ayrx · 11 years ago
  24. 9263d5f Merge pull request #1016 from Ayrx/hkdf-expand-only by Alex Stapleton · 11 years ago
  25. c48100a Added missing exception to documentation by Ayrx · 11 years ago
  26. c0ce911 Renamed HKDFExpandOnly to HKDFExpand by Ayrx · 11 years ago
  27. 9d72f12 Added documentation by Ayrx · 11 years ago
  28. 1534e09 Fixed misspelling by Ayrx · 11 years ago
  29. 7a489db Fixed #809 -- switch back to always using UnsupportedAlgorithm by Alex Gaynor · 11 years ago
  30. c5fffd3 Standardise on sentence case for titles by Alex Stapleton · 11 years ago
  31. 6870241 Added backend check to kdf primitives by Ayrx · 11 years ago
  32. d63cbd0 Fix ":param:" syntax in KDF docs by Wouter Bolsterlee · 11 years ago
  33. c43bb75 Switch this to a warning block by Alex Gaynor · 11 years ago
  34. 719907c Be clear about HKDF's applicability for password storage by Alex Gaynor · 12 years ago
  35. 134f1f4 Strings have quote marks at both ends. by David Reid · 12 years ago
  36. 5df929c HKDF example. by David Reid · 12 years ago
  37. 26339c5 Remove language about the separate stages of HKDF until we expose multiple stages of HKDF. by David Reid · 12 years ago
  38. b9fa771 Lose the bit about passwords. by David Reid · 12 years ago
  39. b80deea https a bunch of links. by David Reid · 12 years ago
  40. 34ed26f Pseudorandom is a word. by David Reid · 12 years ago
  41. b89f34c Backtick the entire equation. by David Reid · 12 years ago
  42. 2ad94ab Clarify salt language and link to the paper in addition to the RFC. by David Reid · 12 years ago
  43. c0248b9 HKDF docs by David Reid · 12 years ago
  44. a8e125f Fixed up some backwards syntax in the docs by Alex Gaynor · 12 years ago
  45. 15a86a0 PBKDF2HMAC requires a PBKDF2HMACBackend provider. by Paul Kehrer · 12 years ago
  46. 0b18118 a bit more language work + changelog changes for pbkdf2hmac by Paul Kehrer · 12 years ago
  47. 1cab104 expand docs to talk more about the purposes of KDFs by Paul Kehrer · 12 years ago
  48. c58b478 update docs re: PBKDF2HMAC iterations by Paul Kehrer · 12 years ago
  49. 298e533 update docs for pbkdf2 by Paul Kehrer · 12 years ago
  50. 99d5190 some alternate language by Paul Kehrer · 12 years ago
  51. 3d8c66f update docs with more detailed info re: PBKDF2 usage by Paul Kehrer · 12 years ago
  52. 1277bc7 okay this time really finish the rename. Up example iterations to 100k by Paul Kehrer · 12 years ago
  53. b3f763f finish PBKDF2HMAC rename, more docs by Paul Kehrer · 12 years ago
  54. 98e40e6 rename PBKDF2 to PBKDF2HMAC, address many other review comments by Paul Kehrer · 12 years ago
  55. 5d1af21 documentation improvements for KDF by Paul Kehrer · 12 years ago
  56. b6d764c pbkdf2 docs by Paul Kehrer · 12 years ago