aboutsummaryrefslogtreecommitdiffstats
path: root/libar2_hash_buf_size.3 (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-14Refine libar2_hash_buf_size + add test + securely erase parts of the hash output buffer that is written to but is not part of the hashMattias Andrée1-4/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-14Fix previous commitMattias Andrée3-14/+29
2022-02-13Add libar2_hash_buf_size and fix related documentation for libar2_hashMattias Andrée6-4/+80
2022-02-13Bug fixMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-13Bug fixMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-13Fix typoMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-13mMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-12Bump lib versionMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-12Use params->version == 0 for implicit specification of version 1.0Mattias Andrée7-11/+84
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-12libar2_encode_base64: data may be NULL if buf is NULLMattias Andrée2-2/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-12Add man pages, readme, and nonnull attributes and fix documentation typosMattias Andrée17-11/+1729
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-12Make libar2_latest_argon2_version constMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-19Fix warningsMattias Andrée6-24/+44
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-18Improve portabilityMattias Andrée4-6/+35
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-17Fix typo: libar2_earse -> libar2_eraseMattias Andrée4-7/+19
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-17test: improve portabilityMattias Andrée1-1/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-01-17Fix config.mk: add -lblakeMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>