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 UseAES = {{.UseAES}} 12 K = {{.K}} 13 L = {{.L}} 14 Eta = {{.Eta}} 15 DoubleEtaBits = {{.DoubleEtaBits}} 16 Omega = {{.Omega}} 17 Tau = {{.Tau}} 18 Gamma1Bits = {{.Gamma1Bits}} 19 Gamma2 = {{.Gamma2}} 20 ) 21