diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-19 21:07:46 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-19 21:07:46 +0200 |
| commit | 5937284e86a6994a2621e844d940d8b2692ed428 (patch) | |
| tree | d4afd1b383523dc8db7ae6915e1a33b30d7e2bde /librecrypt.h | |
| parent | m (diff) | |
| download | librecrypt-5937284e86a6994a2621e844d940d8b2692ed428.tar.gz librecrypt-5937284e86a6994a2621e844d940d8b2692ed428.tar.bz2 librecrypt-5937284e86a6994a2621e844d940d8b2692ed428.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | librecrypt.h | 3 |
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 |
