diff options
Diffstat (limited to 'libsha1_hmac_state_output_size.3')
-rw-r--r-- | libsha1_hmac_state_output_size.3 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/libsha1_hmac_state_output_size.3 b/libsha1_hmac_state_output_size.3 new file mode 100644 index 0000000..74a76fe --- /dev/null +++ b/libsha1_hmac_state_output_size.3 @@ -0,0 +1,40 @@ +.TH LIBSHA1_HMAC_STATE_OUTPUT_SIZE 3 2019-02-10 libsha1 +.SH NAME +libsha1_hmac_state_output_size \- Get the size of the output for a HMAC-SHA 1/0 algorithm +.SH SYNOPSIS +.nf +#include <libsha1.h> + +size_t libsha1_hmac_state_output_size(const struct libsha1_hmac_state *restrict \fIstate\fP); +.fi +.PP +Link with +.IR \-lsha1 . +.SH DESCRIPTION +The +.BR libsha1_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 libsha1_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. |