diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-07 10:48:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-07 10:48:02 +0200 |
commit | 69ef251a463d3112f92258faedcf207b7d507fae (patch) | |
tree | b1580e761294d1dd54829850649a8dade041bf60 /libsha1.7 | |
parent | m whitespace (diff) | |
download | libsha1-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 '')
-rw-r--r-- | libsha1.7 | 25 |
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) |