Skip to content

Commit

Permalink
doc: improve display of KECCAK-KMAC128, KECCAK-KMAC256 defs
Browse files Browse the repository at this point in the history
Do not allow mid-expression line breaks.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #22814)

(cherry picked from commit 8da20b3)
  • Loading branch information
James Muir authored and t8m committed Dec 4, 2023
1 parent b8514a7 commit 8a2bebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/man7/EVP_MD-SHAKE.pod
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ provider, and includes the following varieties:

Known names are "KECCAK-KMAC-128" and "KECCAK-KMAC128". This is used
by L<EVP_MAC-KMAC128(7)>. Using the notation from NIST FIPS 202
(Section 6.2), we have KECCAK-KMAC-128(M, d) = KECCAK[256](M || 00, d)
(Section 6.2), we have S<KECCAK-KMAC-128(M, d)> = S<KECCAK[256](M || 00, d)>
(see the description of KMAC128 in Appendix A of NIST SP 800-185).

=item KECCAK-KMAC-256

Known names are "KECCAK-KMAC-256" and "KECCAK-KMAC256". This is used
by L<EVP_MAC-KMAC256(7)>. Using the notation from NIST FIPS 202
(Section 6.2), we have KECCAK-KMAC-256(M, d) = KECCAK[512](M || 00, d)
(Section 6.2), we have S<KECCAK-KMAC-256(M, d)> = S<KECCAK[512](M || 00, d)>
(see the description of KMAC256 in Appendix A of NIST SP 800-185).

=item SHAKE-128
Expand Down

0 comments on commit 8a2bebb

Please sign in to comment.