aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pbkdf
Commit message (Expand)AuthorAgeFilesLines
* Complete the final annotation changesJack Lloyd2017-09-191-1/+1
* Add API stability annotations.Jack Lloyd2017-09-193-4/+4
* More MSVC warnings fixesJack Lloyd2017-08-311-2/+2
* Maintainer mode fixes: old style casts, missing override, unused functionsJack Lloyd2017-06-081-1/+1
* fix doxygen build: hide method definitions with ifdefs where theZoltan Gyarmati2017-06-081-1/+1
* Avoid infinite loop in PGP-S2KJack Lloyd2017-05-291-5/+11
* Document that timed calibration is not available for PGP-S2KJack Lloyd2017-05-272-11/+51
* Add (back) OpenPGP-S2KJack Lloyd2017-05-274-0/+176
* Content:Tomasz Frydrych2017-04-032-3/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-023-3/+9
* Add BOTAN_UNUSED in creator functionsJack Lloyd2017-01-271-0/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-186-40/+40
* Remove Algo_RegistryJack Lloyd2016-10-214-30/+31
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-2/+3
* Improve pbkdf doxygen [ci skip]René Korthaus2016-10-191-4/+54
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-053-3/+3
* V816 It is more efficient to catch exception by reference rather than by valu...Daniel Neus2016-02-081-1/+1
* Add final attribute to many classesJack Lloyd2016-01-102-2/+2
* Mass-prefix member vars with m_René Korthaus2016-01-082-5/+5
* Missing addsJack Lloyd2015-12-111-1/+0
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-112-2/+2
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-5/+4
* Address some review comments by Simon. GH #279Jack Lloyd2015-09-211-1/+1
* Internal header cleanupsJack Lloyd2015-09-191-2/+1
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-172-1/+42
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-115-33/+21
* pbkdf: Add missing overridesDaniel Seither2015-07-301-2/+2
* Fix typosSimon Warta2015-07-241-1/+1
* Add missing semicolonsDaniel Seither2015-07-151-1/+1
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-0/+2
* lib/pbkdf: Convert &vec[0] to vec.data()Simon Warta2015-06-234-12/+12
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-2/+2
* Convert HKDF to the normal KDF interfacelloyd2015-02-181-3/+2
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-186-127/+179
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-161-1/+1
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-047-2/+57
* Ensure all files have copyright and license info.lloyd2015-01-106-6/+6
* Guess I won't be needing theselloyd2014-01-182-2/+0
* More unique_ptr, also cleanup MGF1 usagelloyd2014-01-182-17/+5
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-8/+4
* Move lib into srclloyd2014-01-109-0/+466