summaryrefslogtreecommitdiff
path: root/lib/Crypto/Protocol/KDF.py
Commit message (Expand)AuthorAgeFilesLines
* Rename S2V -> _S2V until we come up with a real PRF APIDwayne Litzenberger2013-10-201-2/+2
* More ValueError -> TypeErrorDwayne Litzenberger2013-10-201-1/+1
* Add support for SIV (Synthetic IV) modeLegrandin2013-10-201-2/+88
* Hash: Rename SHA->SHA1 and RIPEMD->RIPEMD160 (1/2)Dwayne Litzenberger2013-02-161-1/+1
* Fix documentation for PKCS#1 modules.Legrandin2012-04-191-2/+5
* Fixed short digest exception message in PBKDF1.Legrandin2012-01-171-1/+1
* Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-181-2/+5
* Add new module Crypto.Protocol.KDF with two PKCS#5 key derivation algorithms.Legrandin2011-09-221-0/+117