aboutsummaryrefslogtreecommitdiffstats
path: root/librecrypt_hash_binary.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-19 20:09:27 +0200
committerMattias Andrée <m@maandree.se>2026-05-19 20:09:27 +0200
commit43ae14745c588f31c9ceb058645577cf2a5ce810 (patch)
tree7ecade8d4e57d6d346123121731da3ef1c305fff /librecrypt_hash_binary.c
parentFix typo (diff)
downloadlibrecrypt-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 'librecrypt_hash_binary.c')
-rw-r--r--librecrypt_hash_binary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/librecrypt_hash_binary.c b/librecrypt_hash_binary.c
index 7efb81e..7539604 100644
--- a/librecrypt_hash_binary.c
+++ b/librecrypt_hash_binary.c
@@ -4,7 +4,7 @@
ssize_t
-librecrypt_hash_binary(char *restrict out_buffer, size_t size, const char *phrase, size_t len, const char *settings, void *reserved)
+librecrypt_hash_binary(void *restrict out_buffer, size_t size, const char *phrase, size_t len, const char *settings, void *reserved)
{
return librecrypt_hash_(out_buffer, size, phrase, len, settings, reserved, BINARY_HASH);
}