Skip to content

Commit 7a181da

Browse files
tmthrgdarmfazh
authored andcommitted
Use untyped consts for Kyber
1 parent 769d73f commit 7a181da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pke/kyber/internal/common/params/params.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ const (
88
Q int16 = 3329
99

1010
// N is the parameter N: the length of the polynomials
11-
N int = 256
11+
N = 256
1212

1313
// PolySize is the size of a packed polynomial.
14-
PolySize int = 384
14+
PolySize = 384
1515

1616
// PlaintextSize is the size of the plaintext
1717
PlaintextSize = 32

0 commit comments

Comments
 (0)