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