Skip to content

Commit 18ca9f0

Browse files
authored
moves FIPS202 MCT note to top of section
1 parent b96e820 commit 18ca9f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sha3/sections/04-testtypes.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ For 100 iterations
5757

5858
[[SHAKE-MCT]]
5959
==== SHAKE Monte Carlo Test
60+
NOTE: The SHAKE "FIPS202" testing revision does not support MCT.
6061

6162
The MCTs start with an initial condition (SEED which is a single message) and perform a series of chained computations. Some values used in the algorithm are based on properties provided during the registration. They are as follows.
6263

@@ -65,8 +66,6 @@ The MCTs start with an initial condition (SEED which is a single message) and pe
6566

6667
The SHAKE function used in the pseudocode takes in a bitstring and a desired output length in bits. The MSG[i] input to SHAKE MUST always contain at least 128 bits. If this is not the case as the previous digest was too short, append empty bits to the rightmost side of the digest. The MCT algorithm is shown below.
6768

68-
NOTE: SHAKE FIPS202 revisions do not support MCT.
69-
7069
.SHAKE Monte Carlo Test
7170
[source, code]
7271
----

0 commit comments

Comments
 (0)