From 9475c19921162986119ee69eba8bfa2a9832d551 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 9 Feb 2019 20:02:16 +0100 Subject: Minor changes, add man pages, rename libsha2_state_initialise to libsha2_init MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libsha2_behex_lower.3 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 libsha2_behex_lower.3 (limited to 'libsha2_behex_lower.3') diff --git a/libsha2_behex_lower.3 b/libsha2_behex_lower.3 new file mode 100644 index 0000000..7882aa7 --- /dev/null +++ b/libsha2_behex_lower.3 @@ -0,0 +1,49 @@ +.TH LIBSHA2_BEHEX_LOWER 3 2019-02-09 libjson +.SH NAME +libsha2_behex_lower \- Convert binary to lower case hexadecimal +.SH SYNOPSIS +.nf +#include + +void libsha2_behex_lower(char *restrict \fIoutput\fP, const char *restrict \fIhashsum\fP, size_t \fIn\fP); +.fi +.PP +Link with +.IR \-lsha2 . +.SH DESCRIPTION +The +.BR libsha2_behex_lower () +function converts the +.I n +first bytes of +.I hashsum +to lower case hexadecimal, as exactly +.I 2*n +characters, and stores the result, with +NUL byte termination, to +.IR output . +.PP +The user must make sure that +.I output +is at least +.I 2*n+1 +bytes large. +.SH RETURN VALUE +None. +.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 libsha2_behex_upper (3), +.BR libsha2_unhex (3) -- cgit v1.2.3-70-g09d2