diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-14 21:40:29 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-14 21:40:29 +0100 |
commit | f83ab774939a84dadb600c2cd11d0554982005a3 (patch) | |
tree | 5ce24ad29ad485e1ced3423915800bd3dcb32b4a | |
parent | 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 hash (diff) | |
download | libar2-f83ab774939a84dadb600c2cd11d0554982005a3.tar.gz libar2-f83ab774939a84dadb600c2cd11d0554982005a3.tar.bz2 libar2-f83ab774939a84dadb600c2cd11d0554982005a3.tar.xz |
Ref libar2simplified1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | libar2.7 | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -11,4 +11,4 @@ DESCRIPTION (one-way encrypting) passwords. SEE ALSO - crypt(3) + crypt(3), libar2simplified(7) @@ -13,6 +13,7 @@ function, Argon2 is well-suited for cryptographically hashing (one-way encrypting) passwords. .SH SEE ALSO +.BR libar2simplified (7), .BR libar2_decode_base64 (3), .BR libar2_decode_params (3), .BR libar2_encode_base64 (3), |