Skip to content

Commit

Permalink
dilithium: fix typo
Browse files Browse the repository at this point in the history
Closes #365
  • Loading branch information
bwesterb committed Aug 14, 2022
1 parent 0a9554f commit 165d23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sign/dilithium/internal/common/params/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const (
Q = 8380417 // 2²³ - 2¹³ + 1
QBits = 23
Qinv = 4236238847 // = -(q^-1) mod 2³²
ROver256 = 41978 // = (256)⁻¹ R², where R = q mod 2³²
ROver256 = 41978 // = (256)⁻¹ R² mod q, where R=2³²
D = 13

// Size of T1 packed. (Note that the formula is not valid in general,
Expand Down

0 comments on commit 165d23f

Please sign in to comment.