aboutsummaryrefslogtreecommitdiffstats
path: root/argon2/hash.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Test argon2 with pepperMattias Andrée2026-05-211-5/+35
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add some test codeMattias Andrée2026-05-211-20/+31
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add support for custom hash functionsMattias Andrée2026-05-211-2/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add (so far untested and undocument) support for pepperMattias Andrée2026-05-201-14/+52
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Prepare for supporting custom algorithmsMattias Andrée2026-05-201-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add WITH_LIBAR2SIMPLIFIED=false + work on fuzzing codeMattias Andrée2026-05-161-1/+79
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* MiscMattias Andrée2026-05-151-4/+57
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix some minor issuesMattias Andrée2026-05-151-2/+3
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix minor errors in the test and check that we are not writing out of boundsMattias Andrée2026-05-141-7/+15
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Clean upMattias Andrée2026-05-141-2/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix memory leakMattias Andrée2026-05-141-1/+6
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* 100%Mattias Andrée2026-05-141-2/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Tests and fixesMattias Andrée2026-05-131-21/+61
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* MiscMattias Andrée2026-05-101-8/+112
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* MiscMattias Andrée2026-05-081-7/+116
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Setup alarms in the Argon2 testsMattias Andrée2026-05-011-0/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* MiscMattias Andrée2026-05-011-0/+36
Signed-off-by: Mattias Andrée <m@maandree.se>