diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-19 20:09:27 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-19 20:09:27 +0200 |
| commit | 43ae14745c588f31c9ceb058645577cf2a5ce810 (patch) | |
| tree | 7ecade8d4e57d6d346123121731da3ef1c305fff /librecrypt_hash_binary.3 | |
| parent | Fix typo (diff) | |
| download | librecrypt-43ae14745c588f31c9ceb058645577cf2a5ce810.tar.gz librecrypt-43ae14745c588f31c9ceb058645577cf2a5ce810.tar.bz2 librecrypt-43ae14745c588f31c9ceb058645577cf2a5ce810.tar.xz | |
Add librecrypt_verify
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | librecrypt_hash_binary.3 | 12 |
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) |
