diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-15 11:49:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-15 11:49:20 +0100 |
commit | bf71e9977f0f25c5a4eb4142355e255e08fde8a1 (patch) | |
tree | d1088dae8080803cb98a9fb27b03b7e6249f32c8 /README | |
parent | Rewait if sem_wait is interrupted (pthread_mutex_lock cannot be interrupted) (diff) | |
download | libar2simplified-bf71e9977f0f25c5a4eb4142355e255e08fde8a1.tar.gz libar2simplified-bf71e9977f0f25c5a4eb4142355e255e08fde8a1.tar.bz2 libar2simplified-bf71e9977f0f25c5a4eb4142355e255e08fde8a1.tar.xz |
Add readme and man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +NAME + libar2simplified - Simplified interface for libar2 + +DESCRIPTION + libar2simplified is façade for the libar2 C library that + implements the family of Argon2 key derivation function, + including Argon2d, Argon2i, and Argon2id, as well as + Argon2ds which was not part of the submission to the + Password Hashing Competition of 2013, which Argon2 won in + 2015. As a key derivation function, Argon2 is well-suited + for cryptographically hashing (one-way encrypting) + passwords. + +SEE ALSO + libar2(7), crypt(3) |