Skip to content

Commit f60b017

Browse files
author
Joel Brockman
committed
Minor changes.
1 parent a66667b commit f60b017

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sha3/sections/05-capabilities.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following grid outlines which properties are *REQUIRED*, as well as all the
4545
| SHAKE-128| 1.0 | true, false| true, false| {"Min": 16, "Max": 65536, "Inc": any}| true, false | |
4646
| SHAKE-256| 1.0 | true, false| true, false| {"Min": 16, "Max": 65536, "Inc": any}| true, false | |
4747
| SHAKE-128| FIPS202 | | | {"Min": 16, "Max": 65536, "Inc": any}| | {"Min": 0, "Max": 65536, "Inc": 8} |
48-
| SHAKE-256| FIPS202 | | | {"Min": 16, "Max": 65536, "Inc": any}| | {"Min": 10, "Max": 65536, "Inc": 8} |
48+
| SHAKE-256| FIPS202 | | | {"Min": 16, "Max": 65536, "Inc": any}| | {"Min": 0, "Max": 65536, "Inc": 8} |
4949
|===
5050

5151
NOTE: For SHAKE FIPS202 - inBit, inEmpty, and outBit support were removed, while support for custom MessageLengths was added.
@@ -80,8 +80,8 @@ The following is an example JSON object advertising support for SHAKE-128 FIPS20
8080
],
8181
"messageLength": [
8282
{
83-
"min": 16,
84-
"max": 1024
83+
"min": 0,
84+
"max": 65536
8585
}
8686
]
8787
}

0 commit comments

Comments
 (0)