From 5937284e86a6994a2621e844d940d8b2692ed428 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 19 May 2026 21:07:46 +0200 Subject: Test and fix librecrypt_verify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- librecrypt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'librecrypt.h') diff --git a/librecrypt.h b/librecrypt.h index 628849e..08efde6 100644 --- a/librecrypt.h +++ b/librecrypt.h @@ -809,7 +809,8 @@ ssize_t librecrypt_crypt(char *restrict out_buffer, size_t size, const char *phr * chained hash algorithm cannot be input the next algorithm * in the chain (either because of format or length issues)) * @throws EINVAL `settings` uses asterisk-encoding to specify random salts - * @thorws EINVAL `settings` uses asterisk-encoding in place of a hash result + * @throws EINVAL `settings` uses asterisk-encoding in place of a hash result + * @throws EINVAL `settings` contains no hash result * @throws ERANGE `len` is too large or too small for the the selected * initial algorithm in the algorithm chain * @throws ENOMEM Failed to allocate internal scratch memory -- cgit v1.2.3-70-g09d2