diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-20 14:24:17 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-20 14:24:17 +0100 |
commit | 392ee1c3ec2366ef5763a197282f0f076ec9bc97 (patch) | |
tree | 1666587808620782715c5685c1dbb774b0947961 /README | |
parent | Fix libblake_blake2xb_force_update and add tests for BLAKE2X (diff) | |
download | libblake-392ee1c3ec2366ef5763a197282f0f076ec9bc97.tar.gz libblake-392ee1c3ec2366ef5763a197282f0f076ec9bc97.tar.bz2 libblake-392ee1c3ec2366ef5763a197282f0f076ec9bc97.tar.xz |
m readme
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |