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-- 335 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          = "Dilithium3"
	K             = 6
	L             = 5
	Eta           = 4
	DoubleEtaBits = 4
	Omega         = 55
	Tau           = 49
	Gamma1Bits    = 19
	Gamma2        = 261888
	NIST          = false
	TRSize        = 32
	CTildeSize    = 32
)