github.com/cloudflare/circl@v1.5.0/sign/dilithium/templates/params.templ.go (about) 1 // +build ignore 2 // The previous line (and this one up to the warning below) is removed by the 3 // template generator. 4 5 // Code generated from params.templ.go. DO NOT EDIT. 6 7 package internal 8 9 const ( 10 Name = "{{.Name}}" 11 K = {{.K}} 12 L = {{.L}} 13 Eta = {{.Eta}} 14 DoubleEtaBits = {{.DoubleEtaBits}} 15 Omega = {{.Omega}} 16 Tau = {{.Tau}} 17 Gamma1Bits = {{.Gamma1Bits}} 18 Gamma2 = {{.Gamma2}} 19 NIST = {{.NIST}} 20 TRSize = {{.TRSize}} 21 CTildeSize = {{.CTildeSize}} 22 )