summaryrefslogtreecommitdiff
path: root/pwdbased.h
Commit message (Expand)AuthorAgeFilesLines
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-6/+6
* Clear GCC analyzer warningJeffrey Walton2020-07-171-3/+5
* Update documentationJeffrey Walton2019-10-181-0/+12
* Fix use of MaxDerivedKeyLength (GH #874)Jeffrey Walton2019-08-161-6/+6
* Fix use of MaxDerivedKeyLength (GH #874)Jeffrey Walton2019-08-161-13/+14
* Fix divide by 0 finding (GH #855)Jeffrey Walton2019-06-281-0/+4
* Add missing include to pwdbased.h (GH #657)Jeffrey Walton2018-05-131-0/+1
* Move PasswordBasedKeyDerivationFunction to cryptlib.hJeffrey Walton2018-04-071-4/+0
* Add scrypt key derivation function (GH #613, PR #626)Jeffrey Walton2018-03-311-0/+1
* Cleanup asserts in pwdbased.hJeffrey Walton2018-03-301-7/+11
* Add missing function body for PKCS5_PBKDF1<T>::DeriveKey (GH #610)Jeffrey Walton2018-03-301-9/+27
* Cutover PBKDF to KeyDerivationFunction interface (GH #610, PR #612)Jeffrey Walton2018-03-291-68/+258
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-27/+27
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-2/+0
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-6/+6
* Whitespace checkinJeffrey Walton2016-09-101-2/+2
* Updated documentationJeffrey Walton2016-04-051-0/+1
* Update documentationJeffrey Walton2016-02-291-7/+33
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-216/+227
* Included "integer.h" in source files with Integer dependencies so make would ...Jeffrey Walton2015-07-301-0/+1
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-6/+6
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* fix for 'pwdbased.h needs <integer.h>' http://sourceforge.net/apps/trac/crypt...weidai2010-05-131-0/+1
* fix warningweidai2006-06-091-1/+1
* port to MSVC .NET 2005 beta 2weidai2005-07-121-18/+18
* fix typoweidai2004-04-211-1/+1
* add minimum iteration time optionweidai2004-04-081-20/+71
* fix assertweidai2003-06-191-1/+1
* Initial revisionweidai2002-10-041-0/+162