aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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)