diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:19:12 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:19:12 +0100 |
| commit | 10d908104f002d2d91db27b18fd9004a73427fbb (patch) | |
| tree | 612b562eed09f81d20bd58b3b17a697c83f234be /libar2_decode_params.3 | |
| parent | Update e-mail (diff) | |
| download | libar2-10d908104f002d2d91db27b18fd9004a73427fbb.tar.gz libar2-10d908104f002d2d91db27b18fd9004a73427fbb.tar.bz2 libar2-10d908104f002d2d91db27b18fd9004a73427fbb.tar.xz | |
fix doc text
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libar2_decode_params.3')
| -rw-r--r-- | libar2_decode_params.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libar2_decode_params.3 b/libar2_decode_params.3 index d74d8d6..9bb1427 100644 --- a/libar2_decode_params.3 +++ b/libar2_decode_params.3 @@ -41,7 +41,7 @@ struct libar2_context { }; size_t libar2_decode_params(const char *\fIstr\fP, const struct libar2_argon2_parameters *\fIparams\fP, - char **\fIbuf\fP, truct libar2_context *\fIctx\fP); + char **\fIbuf\fP, struct libar2_context *\fIctx\fP); .fi .PP Link with @@ -54,12 +54,12 @@ function decodes a string, provided via the .I str parameter, that encodes Argon2 hashing parameters, and stores the decoded parameters in -.I param -and return the number of bytes read from, up to -but exclude the first byte that was determine not +.I params +and returns the number of bytes read from, up to +but excluding the first byte that was determined not to be part of the encoded data. For more information about -.IR param , +.IR params , see .BR libar2_hash (3). .PP |
