summaryrefslogtreecommitdiff
path: root/pwdbased.h
Commit message (Collapse)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
| | | | Also fix memcpy with NULL buffer
* Fix divide by 0 finding (GH #855)Jeffrey Walton2019-06-281-0/+4
| | | | I'm not sure which tool is producing this finding. I am pretty sure it is a false positive, but clear it for the sake of dark and silent cockpits
* 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
| | | | Not sure how I missed that entire body... Also added a default timeInSeconds to all PBKDFs
* 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
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* 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
| | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
* 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
| | | | rebuild stale object files
* 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>' ↵weidai2010-05-131-0/+1
| | | | http://sourceforge.net/apps/trac/cryptopp/ticket/3 (pangalactic)
* 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