aboutsummaryrefslogtreecommitdiffstats
path: root/librecrypt_hash_binary.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--librecrypt_hash_binary.312
1 files changed, 11 insertions, 1 deletions
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 <librecrypt.h>
-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)