aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pbkdf/argon2/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* Move Argon2 formatting to argon2fmt moduleJack Lloyd2021-04-071-3/+1
|
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-0/+4
| | | | | | | | | Now modules default to internal headers instead of defaulting to public; making a new public API should be a visible and intentional choice. Brings the public header count from over 300 to around 150. Also removes the deprecated tls_blocking interface
* Bump Argon2 version to indicate support for long outputsJack Lloyd2019-08-241-1/+1
|
* Fix some minimized build problemsJack Lloyd2019-06-291-0/+1
|
* Add Argon2Jack Lloyd2019-05-271-0/+8
Closes GH #459