aboutsummaryrefslogtreecommitdiffstats
path: root/libsha2.7
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-07 15:14:08 +0200
committerMattias Andrée <maandree@kth.se>2022-07-07 15:14:08 +0200
commit52cee14bdda0191b996fa50f902d7aad53480333 (patch)
tree60f0792fc67f8900eb579da1b80d21fdbc6a830c /libsha2.7
parentAdd coverage test (diff)
downloadlibsha2-52cee14bdda0191b996fa50f902d7aad53480333.tar.gz
libsha2-52cee14bdda0191b996fa50f902d7aad53480333.tar.bz2
libsha2-52cee14bdda0191b996fa50f902d7aad53480333.tar.xz
Add libsha2.7
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--libsha2.726
1 files changed, 26 insertions, 0 deletions
diff --git a/libsha2.7 b/libsha2.7
new file mode 100644
index 0000000..b78db0a
--- /dev/null
+++ b/libsha2.7
@@ -0,0 +1,26 @@
+.TH LIBSHA2 7 2022-07-07 libsha1
+.SH NAME
+libsha2 \- SHA-2 hashing library
+.SH DESCRIPTION
+.B libsha1
+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.
+.SH SEE ALSO
+.BR libsha2.h (0),
+.BR libsha2_algorithm_output_size (3),
+.BR libsha2_behex_lower (3),
+.BR libsha2_behex_upper (3),
+.BR libsha2_digest (3),
+.BR libsha2_hmac_digest (3),
+.BR libsha2_hmac_init (3),
+.BR libsha2_hmac_marshal (3),
+.BR libsha2_hmac_unmarshal (3),
+.BR libsha2_hmac_update (3),
+.BR libsha2_init (3),
+.BR libsha2_marshal (3),
+.BR libsha2_state_output_size (3),
+.BR libsha2_sum_fd (3),
+.BR libsha2_unhex (3),
+.BR libsha2_unmarshal (3),
+.BR libsha2_update (3)