Latest update.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
=head1 NAME
|
||||
|
||||
EVP_MAC-KMAC, EVP_MAC-KMAC256, EVP_MAC-KMAC256
|
||||
EVP_MAC-KMAC, EVP_MAC-KMAC128, EVP_MAC-KMAC256
|
||||
- The KMAC EVP_MAC implementations
|
||||
|
||||
=head1 DESCRIPTION
|
||||
@@ -16,9 +16,9 @@ properties, to be used with EVP_MAC_fetch():
|
||||
|
||||
=over 4
|
||||
|
||||
=item "KMAC128", "default=yes"
|
||||
=item "KMAC-128", "default=yes"
|
||||
|
||||
=item "KMAC256", "default=yes"
|
||||
=item "KMAC-256", "default=yes"
|
||||
|
||||
=back
|
||||
|
||||
@@ -44,8 +44,8 @@ The length of the "size" parameter should not exceed that of a B<size_t>.
|
||||
|
||||
=back
|
||||
|
||||
The "xof" parameter value is exptect to be 1 or 0. Use 1 to enable XOF
|
||||
mode. If XOF is enabled then the output len that is encoded as part of
|
||||
The "xof" parameter value is expected to be 1 or 0. Use 1 to enable XOF
|
||||
mode. If XOF is enabled then the output length that is encoded as part of
|
||||
the input stream is set to zero.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
Reference in New Issue
Block a user