aboutsummaryrefslogtreecommitdiffstats
path: root/libsha1_state_output_size.3
blob: 905829160fe73452d88acab09a130ec1ca05cac2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.TH LIBSHA1_STATE_OUTPUT_SIZE 3 2019-02-10 libsha1
.SH NAME
libsha1_state_output_size \- Get the size of the output for a SHA 1/0 algorithm
.SH SYNOPSIS
.nf
#include <libsha1.h>

size_t libsha1_state_output_size(const struct libsha1_state *restrict \fIstate\fP);
.fi
.PP
Link with
.IR \-lsha1 .
.SH DESCRIPTION
The
.BR libsha1_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_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
.BR libsha1_algorithm_output_size (3)