Skip to content

Commit 0290fd5

Browse files
authored
Merge pull request #1601 from usnistgov/jrb-gh1581-clarity-and-grammar
Added some clarity to the Right-most-output-bits
2 parents e3154eb + f8f02fb commit 0290fd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/xof/sections/04-testtypes.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ MCT(Msg, MaxOutLen, MinOutLen, OutLenIncrement)
5151
}
5252
----
5353

54-
NOTE: For the "Rightmost_Output_bits % Range" operation, the Rightmost_Output_bits bit string should be interpretted as a little endian-encoded number.
54+
NOTE: For the "Rightmost_Output_bits % Range" operation, the Rightmost_Output_bits bit string should be interpreted as a little endian-encoded number, where the first 8-bits are the most-siginicant byte.
5555

5656
[[ParallelHash-MCT]]
5757
==== ParallelHash Monte Carlo Test
@@ -89,7 +89,7 @@ MCT(Msg, MaxOutLen, MinOutLen, OutLenIncrement, MaxBlockSize, MinBlockSize)
8989
}
9090
----
9191

92-
NOTE: For the "Rightmost_Output_bits % Range" operation, the Rightmost_Output_bits bit string should be interpretted as a little endian-encoded number. For "Right(Rightmost_Output_bits, 8) % BlockRange", the bit string resulting from the "Right(Rightmost_Output_bits, 8)" operation should be interpretted as a little endian-encoded number.
92+
NOTE: For the "Rightmost_Output_bits % Range" operation, the Rightmost_Output_bits bit string should be interpreted as a little endian-encoded number, where the first 8-bits are the most-siginicant byte. For "Right(Rightmost_Output_bits, 8) % BlockRange", the bit string resulting from the "Right(Rightmost_Output_bits, 8)" operation should be interpreted as a little endian-encoded number.
9393

9494
[[TupleHash-MCT]]
9595
==== TupleHash Monte Carlo Test
@@ -129,7 +129,7 @@ MCT(Tuple, MaxOutLen, MinOutLen, OutLenIncrement)
129129
}
130130
----
131131

132-
NOTE: For "Left(workingBits, 3) % 4", the bit string resulting from the "Left(workingBits, 3)" operation should be interpretted as a little endian-encoded number. For the "Rightmost_Output_bits % Range" operation, the Rightmost_Output_bits bit string should be interpretted as a little endian-encoded number.
132+
NOTE: For "Left(workingBits, 3) % 4", the bit string resulting from the "Left(workingBits, 3)" operation should be interpreted as a little endian-encoded number. For the "Rightmost_Output_bits % Range" operation, the Rightmost_Output_bits bit string should be interpreted as a little endian-encoded number, where the first 8-bits are the most-siginicant byte.
133133

134134
[xof-mct-functions]
135135
==== Functions Used in the Monte Carlo Tests for XOFs

0 commit comments

Comments
 (0)