diff options
author | Mattias Andrée <maandree@kth.se> | 2019-02-10 17:54:09 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-02-10 17:54:09 +0100 |
commit | 6e3af681aa5927d2ab2861e94c0cfea6fa42c0ab (patch) | |
tree | dc14cf6beeab03da867e7946bd6ab3601a66d370 /libsha2_hmac_state_output_size.3 | |
parent | libsha2.h.0: securely erasing the state (diff) | |
download | libsha2-6e3af681aa5927d2ab2861e94c0cfea6fa42c0ab.tar.gz libsha2-6e3af681aa5927d2ab2861e94c0cfea6fa42c0ab.tar.bz2 libsha2-6e3af681aa5927d2ab2861e94c0cfea6fa42c0ab.tar.xz |
Minor improvement and man pages for HMAC
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libsha2_hmac_state_output_size.3')
-rw-r--r-- | libsha2_hmac_state_output_size.3 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/libsha2_hmac_state_output_size.3 b/libsha2_hmac_state_output_size.3 new file mode 100644 index 0000000..77a1023 --- /dev/null +++ b/libsha2_hmac_state_output_size.3 @@ -0,0 +1,40 @@ +.TH LIBSHA2_HMAC_STATE_OUTPUT_SIZE 3 2019-02-10 libjson +.SH NAME +libsha2_hmac_state_output_size \- Get the size of the output for a HMAC-SHA 2 algorithm +.SH SYNOPSIS +.nf +#include <libsha2.h> + +size_t libsha2_hmac_state_output_size(const struct libsha2_hmac_state *restrict \fIstate\fP); +.fi +.PP +Link with +.IR \-lsha2 . +.SH DESCRIPTION +The +.BR libsha2_hmac_state_output_size () +function get the output size for the +binary output of the hash algorithm +selected for +.IR state . +.SH RETURN VALUE +The +.BR libsha2_hmac_state_output_size () +function returns the output size in bytes, +a positive number. +.SH ERRORS +None. +.SH EXAMPLES +None. +.SH APPLICATION USAGE +None. +.SH RATIONALE +None. +.SH FUTURE DIRECTIONS +None. +.SH NOTES +None. +.SH BUGS +None. +.SH SEE ALSO +None. |