aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/key-derivation-functions.rst
Commit message (Expand)AuthorAgeFilesLines
* Simplified exception messageAyrx2014-05-171-14/+6
* Fixed TypeError and added documentationAyrx2014-05-171-0/+21
* Merge pull request #1016 from Ayrx/hkdf-expand-onlyAlex Stapleton2014-05-101-0/+92
|\
| * Added missing exception to documentationAyrx2014-05-101-0/+6
| * Renamed HKDFExpandOnly to HKDFExpandAyrx2014-05-071-5/+5
| * Added documentationAyrx2014-05-061-0/+86
* | Fixed misspellingAyrx2014-05-061-1/+1
|/
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-271-2/+2
* Standardise on sentence case for titlesAlex Stapleton2014-03-181-1/+1
* Added backend check to kdf primitivesAyrx2014-03-151-0/+8
* Fix ":param:" syntax in KDF docsWouter Bolsterlee2014-03-011-1/+1
* Switch this to a warning blockAlex Gaynor2014-02-121-1/+4
* Be clear about HKDF's applicability for password storageAlex Gaynor2014-02-121-0/+1
* Strings have quote marks at both ends.David Reid2014-02-031-1/+1
* HKDF example.David Reid2014-02-031-0/+26
* Remove language about the separate stages of HKDF until we expose multiple st...David Reid2014-02-031-5/+0
* Lose the bit about passwords.David Reid2014-02-031-3/+1
* https a bunch of links.David Reid2014-02-031-5/+5
* Pseudorandom is a word.David Reid2014-02-031-2/+2
* Backtick the entire equation.David Reid2014-02-031-1/+1
* Clarify salt language and link to the paper in addition to the RFC.David Reid2014-02-031-4/+13
* HKDF docsDavid Reid2014-02-031-1/+65
* Fixed up some backwards syntax in the docsAlex Gaynor2014-01-291-3/+3
* PBKDF2HMAC requires a PBKDF2HMACBackend provider.Paul Kehrer2014-01-291-1/+1
* a bit more language work + changelog changes for pbkdf2hmacPaul Kehrer2014-01-291-9/+11
* expand docs to talk more about the purposes of KDFsPaul Kehrer2014-01-291-4/+20
* update docs re: PBKDF2HMAC iterationsPaul Kehrer2014-01-291-1/+3
* update docs for pbkdf2Paul Kehrer2014-01-291-5/+4
* some alternate languagePaul Kehrer2014-01-281-1/+1
* update docs with more detailed info re: PBKDF2 usagePaul Kehrer2014-01-281-3/+48
* okay this time really finish the rename. Up example iterations to 100kPaul Kehrer2014-01-281-2/+2
* finish PBKDF2HMAC rename, more docsPaul Kehrer2014-01-281-6/+20
* rename PBKDF2 to PBKDF2HMAC, address many other review commentsPaul Kehrer2014-01-281-1/+1
* documentation improvements for KDFPaul Kehrer2014-01-281-12/+19
* pbkdf2 docsPaul Kehrer2014-01-281-0/+40