diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:32:49 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:32:49 +0100 |
| commit | 491cb03a4e471acbd4e551f9b60b786e447d604b (patch) | |
| tree | 3ed9d277643aa95cca8189f03e1aaf067608c276 /libsha2.7 | |
| parent | Add optimised SHA-256 implementation using SHA-256 instrinsics for ARMv8 (almost 70 times faster) (diff) | |
| download | libsha2-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.7 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
