aboutsummaryrefslogtreecommitdiffstats
path: root/libsha2.7
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:32:49 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:32:49 +0100
commit491cb03a4e471acbd4e551f9b60b786e447d604b (patch)
tree3ed9d277643aa95cca8189f03e1aaf067608c276 /libsha2.7
parentAdd optimised SHA-256 implementation using SHA-256 instrinsics for ARMv8 (almost 70 times faster) (diff)
downloadlibsha2-491cb03a4e471acbd4e551f9b60b786e447d604b.tar.gz
libsha2-491cb03a4e471acbd4e551f9b60b786e447d604b.tar.bz2
libsha2-491cb03a4e471acbd4e551f9b60b786e447d604b.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libsha2.7')
-rw-r--r--libsha2.74
1 files changed, 2 insertions, 2 deletions
diff --git a/libsha2.7 b/libsha2.7
index b78db0a..3da7907 100644
--- a/libsha2.7
+++ b/libsha2.7
@@ -1,8 +1,8 @@
-.TH LIBSHA2 7 2022-07-07 libsha1
+.TH LIBSHA2 7 LIBSHA2
.SH NAME
libsha2 \- SHA-2 hashing library
.SH DESCRIPTION
-.B libsha1
+.B libsha2
is an implementation of the SHA-2 family hashing functions:
SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, and SHA-512/256;
with support for state marshalling and HMAC.