...

Source file src/github.com/cloudflare/circl/sign/dilithium/templates/params.templ.go

Documentation: github.com/cloudflare/circl/sign/dilithium/templates

     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  

View as plain text