aboutsummaryrefslogtreecommitdiffstats
path: root/libsha1.7
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-07 10:48:02 +0200
committerMattias Andrée <maandree@kth.se>2022-07-07 10:48:02 +0200
commit69ef251a463d3112f92258faedcf207b7d507fae (patch)
treeb1580e761294d1dd54829850649a8dade041bf60 /libsha1.7
parentm whitespace (diff)
downloadlibsha1-69ef251a463d3112f92258faedcf207b7d507fae.tar.gz
libsha1-69ef251a463d3112f92258faedcf207b7d507fae.tar.bz2
libsha1-69ef251a463d3112f92258faedcf207b7d507fae.tar.xz
Add libsha1.7
Signed-off-by: Mattias Andrée <maandree@kth.se>
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)