File: params.templ.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 (22 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// +build ignore
// The previous line (and this one up to the warning below) is removed by the
// template generator.

// Code generated from params.templ.go. DO NOT EDIT.

package internal

const (
	Name          = "{{.Name}}"
	K             = {{.K}}
	L             = {{.L}}
	Eta           = {{.Eta}}
	DoubleEtaBits = {{.DoubleEtaBits}}
	Omega         = {{.Omega}}
	Tau           = {{.Tau}}
	Gamma1Bits    = {{.Gamma1Bits}}
	Gamma2        = {{.Gamma2}}
	NIST          = {{.NIST}}
	TRSize        = {{.TRSize}}
	CTildeSize    = {{.CTildeSize}}
)