diff options
-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) |