upgrade x/crypto

This commit is contained in:
Shivaram Lingamneni
2022-06-17 10:47:28 -04:00
parent 86f124e938
commit 321ff109b1
7 changed files with 13 additions and 12 deletions

View File

@@ -86,7 +86,7 @@ func (d *state) permute() {
d.buf = d.storage.asBytes()[:0]
keccakF1600(&d.a)
case spongeSqueezing:
// If we're squeezing, we need to apply the permutatin before
// If we're squeezing, we need to apply the permutation before
// copying more output.
keccakF1600(&d.a)
d.buf = d.storage.asBytes()[:d.rate]