diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-19 09:19:02 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-19 09:19:02 +0100 |
commit | e8de9cfbea8549773cb2fb0116dc53c5b7d5c21a (patch) | |
tree | 69d56386fd7fdd76da35edf56730612ebd4cd9dd /README | |
parent | libblake_init: return before locking if already initialised (check-lock-check) (diff) | |
download | libblake-e8de9cfbea8549773cb2fb0116dc53c5b7d5c21a.tar.gz libblake-e8de9cfbea8549773cb2fb0116dc53c5b7d5c21a.tar.bz2 libblake-e8de9cfbea8549773cb2fb0116dc53c5b7d5c21a.tar.xz |
Add readme
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +NAME + libblake - Library for the BLAKE-family of hashing functions + +DESCRIPTION + libblake is a C library that implements the BLAKE-family of + cryptographic hashing functions. libblake implements the + SHA-3 finalists BLAKE as well as BLAKE2 and BLAKE2X. + +FEATURE DIRECTIONS + libblake will implement BLAKE3 in the future. + +SEE ALSO + libkeccak(7), libar2(7) |