Skip to content

Commit

Permalink
kmac: update the documention for the customisation string maximum length
Browse files Browse the repository at this point in the history
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from #14810)
  • Loading branch information
paulidale committed Apr 12, 2021
1 parent 13eaa4e commit d36114d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man7/EVP_MAC-KMAC.pod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
=item "custom" (B<OSSL_MAC_PARAM_CUSTOM>) <octet string>

Sets the custom value.
It is an optional value of at most 127 bytes, and is empty by default.
It is an optional value of at most 256 bytes, and is empty by default.

=item "size" (B<OSSL_MAC_PARAM_SIZE>) <unsigned integer>

Expand Down

0 comments on commit d36114d

Please sign in to comment.