aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/pbkdf.rst
Commit message (Collapse)AuthorAgeFilesLines
* Argon2: PasswordHash, documentation, hash formattingJack Lloyd2019-05-291-0/+8
|
* Update docs to replace from_configuration.Kelvin2019-02-181-6/+10
| | | PasswordHash::from_configuration has bee replace with with PasswordHash::from_params.
* Spell check the documentationJack Lloyd2018-09-281-1/+1
|
* Small doc tweaksJack Lloyd2018-09-131-5/+5
|
* Update docsJack Lloyd2018-09-101-65/+122
|
* Add Scrypt key dervation functionJack Lloyd2018-05-161-0/+33
|
* Merge a couple of docs where appropriateJack Lloyd2017-12-061-1/+13
|
* Update manual to avoid use of old integer typedefs.Jack Lloyd2017-11-141-2/+2
|
* Remove references to removed APIs and algosJack Lloyd2015-07-291-4/+4
| | | | LibraryInitializer, PK filters, Algorithm base class, PGP S2K
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-0/+76
Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool