aboutsummaryrefslogtreecommitdiffstats
path: root/libsha1.7
diff options
context:
space:
mode:
Diffstat (limited to 'libsha1.7')
-rw-r--r--libsha1.725
1 files changed, 25 insertions, 0 deletions
diff --git a/libsha1.7 b/libsha1.7
new file mode 100644
index 0000000..7fb504d
--- /dev/null
+++ b/libsha1.7
@@ -0,0 +1,25 @@
+.TH LIBSHA1 7 2022-07-07 libsha1
+.SH NAME
+libsha1 \- SHA-1 and SHA-0 hashing library
+.SH DESCRIPTION
+.B libsha1
+is an implementation of the SHA-1 and SHA-0 hashing functions
+with support for state marshalling and HMAC.
+.SH SEE ALSO
+.BR libsha1.h (0),
+.BR libsha1_algorithm_output_size (3),
+.BR libsha1_behex_lower (3),
+.BR libsha1_behex_upper (3),
+.BR libsha1_digest (3),
+.BR libsha1_hmac_digest (3),
+.BR libsha1_hmac_init (3),
+.BR libsha1_hmac_marshal (3),
+.BR libsha1_hmac_unmarshal (3),
+.BR libsha1_hmac_update (3),
+.BR libsha1_init (3),
+.BR libsha1_marshal (3),
+.BR libsha1_state_output_size (3),
+.BR libsha1_sum_fd (3),
+.BR libsha1_unhex (3),
+.BR libsha1_unmarshal (3),
+.BR libsha1_update (3)