aboutsummaryrefslogtreecommitdiffstats
path: root/librecrypt.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-19 21:07:46 +0200
committerMattias Andrée <m@maandree.se>2026-05-19 21:07:46 +0200
commit5937284e86a6994a2621e844d940d8b2692ed428 (patch)
treed4afd1b383523dc8db7ae6915e1a33b30d7e2bde /librecrypt.h
parentm (diff)
downloadlibrecrypt-5937284e86a6994a2621e844d940d8b2692ed428.tar.gz
librecrypt-5937284e86a6994a2621e844d940d8b2692ed428.tar.bz2
librecrypt-5937284e86a6994a2621e844d940d8b2692ed428.tar.xz
Test and fix librecrypt_verifyHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'librecrypt.h')
-rw-r--r--librecrypt.h3
1 files changed, 2 insertions, 1 deletions
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