Skip to content

Commit

Permalink
Use untyped consts for Kyber
Browse files Browse the repository at this point in the history
  • Loading branch information
tmthrgd authored and armfazh committed Feb 1, 2023
1 parent 769d73f commit 7a181da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pke/kyber/internal/common/params/params.go
Expand Up @@ -8,10 +8,10 @@ const (
Q int16 = 3329

// N is the parameter N: the length of the polynomials
N int = 256
N = 256

// PolySize is the size of a packed polynomial.
PolySize int = 384
PolySize = 384

// PlaintextSize is the size of the plaintext
PlaintextSize = 32
Expand Down

0 comments on commit 7a181da

Please sign in to comment.