Skip to content

Commit

Permalink
spelling: opposite
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref authored and armfazh committed Sep 6, 2023
1 parent f3b37b8 commit 883c809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pke/kyber/internal/common/ntt.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func (p *Poly) invNTTGeneric() {
k := 127 // Index into Zetas
r := -1 // Index into InvNTTReductions.

// We basically do the oppposite of NTT, but postpone dividing by 2 in the
// We basically do the opposite of NTT, but postpone dividing by 2 in the
// inverse of the Cooley-Tukey butterfly and accumulate that into a big
// division by 2⁷ at the end. See the comments in the NTT() function.

Expand Down

0 comments on commit 883c809

Please sign in to comment.