diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-21 19:53:27 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-21 19:53:27 +0200 |
| commit | 90dc983cae70b17628dcf680c16a0093ce6102fe (patch) | |
| tree | e955d436d60eaebd24d2567d7a3e5b3c7e524f8c /librecrypt.h | |
| parent | Test argon2 with pepper (diff) | |
| download | librecrypt-90dc983cae70b17628dcf680c16a0093ce6102fe.tar.gz librecrypt-90dc983cae70b17628dcf680c16a0093ce6102fe.tar.bz2 librecrypt-90dc983cae70b17628dcf680c16a0093ce6102fe.tar.xz | |
Add more tests and fix a bug and and typo
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'librecrypt.h')
| -rw-r--r-- | librecrypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librecrypt.h b/librecrypt.h index ebd2f10..fa01bb9 100644 --- a/librecrypt.h +++ b/librecrypt.h @@ -1331,7 +1331,7 @@ int librecrypt_set_pepper(LIBRECRYPT_CONTEXT *ctx, enum librecrypt_hash_algorith * @param ctx The library configuration object * @param algos The hash algorithms implementions to support * in addition to those implemented by the library - * @parma nalgos The number of elements in `algos` + * @param nalgos The number of elements in `algos` * * The caller is responsible for the lifetime of `algos`: * deallocating it will deallocate it for `ctx` as it |
