From 43ae14745c588f31c9ceb058645577cf2a5ce810 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 19 May 2026 20:09:27 +0200 Subject: Add librecrypt_verify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- librecrypt_hash_binary.3 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'librecrypt_hash_binary.3') diff --git a/librecrypt_hash_binary.3 b/librecrypt_hash_binary.3 index 855906a..759bfd7 100644 --- a/librecrypt_hash_binary.3 +++ b/librecrypt_hash_binary.3 @@ -6,7 +6,7 @@ librecrypt_hash_binary - Compute password hash in raw binary form .nf #include -ssize_t \fBlibrecrypt_hash_binary\fP(char *restrict \fIout_buffer\fP, size_t \fIsize\fP, +ssize_t \fBlibrecrypt_hash_binary\fP(void *restrict \fIout_buffer\fP, size_t \fIsize\fP, const char *\fIphrase\fP, size_t \fIlen\fP, const char *\fIsettings\fP, void *\fIreserved\fP); .fi @@ -134,8 +134,18 @@ The function was introduced in version 1.0 of .BR librecrypt . +The type of the +.I out_buffer +parameter changed from +.I char * +to +.I void * +in version 1.1 of +.BR librecrypt . + .SH SEE ALSO .BR librecrypt (7), .BR librecrypt_hash (3), .BR librecrypt_crypt (3), +.BR librecrypt_verify (3), .BR librecrypt_test_supported (3) -- cgit v1.2.3-70-g09d2