Skip to content

Commit 976e773

Browse files
committed
spec/keccak: fix typo
1 parent d246350 commit 976e773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/keccak.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The #keccak_rnd chip is comprised of #nr_variables variables that are expressed
6767

6868
#strong("Note on " + raw("start") + ".")
6969
`start` contains the state to which the permutation should be applied.
70-
It's three-dimensional array mimics the specification's three-dimensional state
70+
Its three-dimensional array mimics the specification's three-dimensional state
7171
#footnote("FIPS 202, NIST, Section 3.1 (" + link("https://csrc.nist.gov/pubs/fips/202/final") + ")")
7272
and orders the bits as prescribed.
7373
#footnote("FIPS 202, NIST, Section B.1, Algorithm 10 (" + link("https://csrc.nist.gov/pubs/fips/202/final") + ")")

0 commit comments

Comments
 (0)