From 32a5ae4e65844615cb3e32aaefcdb7abe4af54c9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 10 Feb 2019 17:10:20 +0100 Subject: Add HMAC and use void * instead of char * for binary data 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsha2_behex_lower.3') diff --git a/libsha2_behex_lower.3 b/libsha2_behex_lower.3 index 7882aa7..7d2a1f1 100644 --- a/libsha2_behex_lower.3 +++ b/libsha2_behex_lower.3 @@ -5,7 +5,7 @@ libsha2_behex_lower \- Convert binary to lower case hexadecimal .nf #include -void libsha2_behex_lower(char *restrict \fIoutput\fP, const char *restrict \fIhashsum\fP, size_t \fIn\fP); +void libsha2_behex_lower(char *restrict \fIoutput\fP, const void *restrict \fIhashsum\fP, size_t \fIn\fP); .fi .PP Link with -- cgit v1.2.3-70-g09d2