aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 09:19:02 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 09:19:02 +0100
commite8de9cfbea8549773cb2fb0116dc53c5b7d5c21a (patch)
tree69d56386fd7fdd76da35edf56730612ebd4cd9dd
parentlibblake_init: return before locking if already initialised (check-lock-check) (diff)
downloadlibblake-e8de9cfbea8549773cb2fb0116dc53c5b7d5c21a.tar.gz
libblake-e8de9cfbea8549773cb2fb0116dc53c5b7d5c21a.tar.bz2
libblake-e8de9cfbea8549773cb2fb0116dc53c5b7d5c21a.tar.xz
Add readme
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..78e47e4
--- /dev/null
+++ b/README
@@ -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)