aboutsummaryrefslogtreecommitdiffstats
path: root/libar2.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* m + use optimisations '(adds auto-executed function: libar2_init)'Mattias Andrée2022-02-171-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Refine 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ée2022-02-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix previous commitMattias Andrée2022-02-141-7/+5
|
* Add libar2_hash_buf_size and fix related documentation for libar2_hashMattias Andrée2022-02-131-2/+21
|
* Use params->version == 0 for implicit specification of version 1.0Mattias Andrée2022-02-121-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* libar2_encode_base64: data may be NULL if buf is NULLMattias Andrée2022-02-121-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add man pages, readme, and nonnull attributes and fix documentation typosMattias Andrée2022-02-121-11/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Make libar2_latest_argon2_version constMattias Andrée2022-02-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2022-01-191-0/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve portabilityMattias Andrée2022-01-181-0/+28
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typo: libar2_earse -> libar2_eraseMattias Andrée2022-01-171-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commit1.0Mattias Andrée2022-01-161-0/+618
Signed-off-by: Mattias Andrée <maandree@kth.se>