File: params.go

package info (click to toggle)
golang-github-cloudflare-circl 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-backports
  • size: 18,064 kB
  • sloc: asm: 20,492; ansic: 1,292; makefile: 68
file content (18 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Code generated from params.templ.go. DO NOT EDIT.

package internal

const (
	Name          = "Dilithium2"
	K             = 4
	L             = 4
	Eta           = 2
	DoubleEtaBits = 3
	Omega         = 80
	Tau           = 39
	Gamma1Bits    = 17
	Gamma2        = 95232
	NIST          = false
	TRSize        = 32
	CTildeSize    = 32
)