aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-20 14:24:17 +0100
committerMattias Andrée <maandree@kth.se>2022-02-20 14:24:17 +0100
commit392ee1c3ec2366ef5763a197282f0f076ec9bc97 (patch)
tree1666587808620782715c5685c1dbb774b0947961
parentFix libblake_blake2xb_force_update and add tests for BLAKE2X (diff)
downloadlibblake-392ee1c3ec2366ef5763a197282f0f076ec9bc97.tar.gz
libblake-392ee1c3ec2366ef5763a197282f0f076ec9bc97.tar.bz2
libblake-392ee1c3ec2366ef5763a197282f0f076ec9bc97.tar.xz
m readme
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 8de0a4f..2d4a373 100644
--- a/README
+++ b/README
@@ -3,8 +3,9 @@
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.
+ cryptographic hashing functions with a zero-copy interface.
+ libblake implements the SHA-3 finalists BLAKE as well as
+ BLAKE2 and BLAKE2X.
FEATURE DIRECTIONS
libblake will implement BLAKE3 in the future.