index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
hazmat
/
primitives
/
key-derivation-functions.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix several CI breakages (#5138)
Alex Gaynor
2020-03-19
1
-3
/
+3
*
Move `backend` argument in Scrypt documentation (#5027)
Jeremy Lainé
2019-10-18
1
-3
/
+2
*
Correctly document `backend` argument of KBKDFHMAC (#5026)
Jeremy Lainé
2019-10-18
1
-2
/
+2
*
Crypto Docs Get Cryptography (#4850)
Alex Gaynor
2019-04-17
1
-1
/
+1
*
support byteslike in KBKDFHMAC (#4711)
Paul Kehrer
2019-01-17
1
-1
/
+2
*
support byteslike in ConcatKDF{HMAC,Hash}, Scrypt, and X963KDF (#4709)
Paul Kehrer
2019-01-17
1
-3
/
+6
*
Support byteslike in HKDF and PBKDF2HMAC (#4707)
Paul Kehrer
2019-01-17
1
-2
/
+4
*
Fixed some confusing type descriptions in docs (#4231)
Alex Gaynor
2018-05-12
1
-4
/
+1
*
Switch NIST PDFs from nvlpubs to csrc which is HTTPS (#3929)
Alex Gaynor
2017-09-20
1
-3
/
+3
*
don't use long keys because they can be confusing wrt bits/bytes (#3734)
Paul Kehrer
2017-06-28
1
-17
/
+17
*
scrypt can be doctested now that we're using 1.1.0 (#3688)
Paul Kehrer
2017-06-07
1
-1
/
+1
*
Let's help out the newbies (#3572)
Cory Benfield
2017-05-22
1
-2
/
+5
*
Update NIST urls in docs (#3418)
Alex Gaynor
2017-02-27
1
-2
/
+2
*
Scrypt docs code example contradict RFC 7914 (#3302) (#3303)
Nick Badger
2016-12-10
1
-12
/
+14
*
Link to our implementation of scrypt, now that we have it (#3189)
Alex Gaynor
2016-10-07
1
-2
/
+2
*
Add bounds checking for Scrypt parameters. (#3130)
Terry Chia
2016-09-02
1
-0
/
+3
*
Scrypt Implementation (#3117)
Terry Chia
2016-09-01
1
-0
/
+107
*
some docs cleanups + changelog (#3122)
Alex Gaynor
2016-08-30
1
-3
/
+2
*
Remove provider language from docs (#3072)
Gabriel Orisaka
2016-07-31
1
-38
/
+26
*
NIST SP 800-108 Counter Mode KDF (#2748)
Jared
2016-05-29
1
-0
/
+150
*
Some cleanups
Alex Gaynor
2015-09-24
1
-1
/
+1
*
Add X963KDF from ANSI X9.63:2001
Simo Sorce
2015-09-24
1
-0
/
+95
*
Remove mention of extract/expand operations from ConcatKDF docs.
Terry Chia
2015-06-13
1
-4
/
+2
*
cleanup a doctest and add a changelog entry for concatkdf
Paul Kehrer
2015-06-12
1
-1
/
+0
*
Add ConcatKDF from NIST SP 800-56A
Simo Sorce
2015-06-12
1
-0
/
+187
*
move KDF interface
Paul Kehrer
2015-02-16
1
-2
/
+49
*
move hash interfaces
Paul Kehrer
2015-02-13
1
-3
/
+3
*
A few more docs fixes
Alex Gaynor
2014-11-23
1
-4
/
+4
*
Simplified exception message
Ayrx
2014-05-17
1
-14
/
+6
*
Fixed TypeError and added documentation
Ayrx
2014-05-17
1
-0
/
+21
*
Merge pull request #1016 from Ayrx/hkdf-expand-only
Alex Stapleton
2014-05-10
1
-0
/
+92
|
\
|
*
Added missing exception to documentation
Ayrx
2014-05-10
1
-0
/
+6
|
*
Renamed HKDFExpandOnly to HKDFExpand
Ayrx
2014-05-07
1
-5
/
+5
|
*
Added documentation
Ayrx
2014-05-06
1
-0
/
+86
*
|
Fixed misspelling
Ayrx
2014-05-06
1
-1
/
+1
|
/
*
Fixed #809 -- switch back to always using UnsupportedAlgorithm
Alex Gaynor
2014-03-27
1
-2
/
+2
*
Standardise on sentence case for titles
Alex Stapleton
2014-03-18
1
-1
/
+1
*
Added backend check to kdf primitives
Ayrx
2014-03-15
1
-0
/
+8
*
Fix ":param:" syntax in KDF docs
Wouter Bolsterlee
2014-03-01
1
-1
/
+1
*
Switch this to a warning block
Alex Gaynor
2014-02-12
1
-1
/
+4
*
Be clear about HKDF's applicability for password storage
Alex Gaynor
2014-02-12
1
-0
/
+1
*
Strings have quote marks at both ends.
David Reid
2014-02-03
1
-1
/
+1
*
HKDF example.
David Reid
2014-02-03
1
-0
/
+26
*
Remove language about the separate stages of HKDF until we expose multiple st...
David Reid
2014-02-03
1
-5
/
+0
*
Lose the bit about passwords.
David Reid
2014-02-03
1
-3
/
+1
*
https a bunch of links.
David Reid
2014-02-03
1
-5
/
+5
*
Pseudorandom is a word.
David Reid
2014-02-03
1
-2
/
+2
*
Backtick the entire equation.
David Reid
2014-02-03
1
-1
/
+1
*
Clarify salt language and link to the paper in addition to the RFC.
David Reid
2014-02-03
1
-4
/
+13
*
HKDF docs
David Reid
2014-02-03
1
-1
/
+65
[next]