We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9554f commit 39ba87aCopy full SHA for 39ba87a
sign/dilithium/internal/common/params/params.go
@@ -9,7 +9,7 @@ const (
9
Q = 8380417 // 2²³ - 2¹³ + 1
10
QBits = 23
11
Qinv = 4236238847 // = -(q^-1) mod 2³²
12
- ROver256 = 41978 // = (256)⁻¹ R², where R = q mod 2³²
+ ROver256 = 41978 // = (256)⁻¹ R² mod q, where R=2³²
13
D = 13
14
15
// Size of T1 packed. (Note that the formula is not valid in general,
0 commit comments