...

Source file src/github.com/cloudflare/circl/sign/dilithium/mode5/internal/params.go

Documentation: github.com/cloudflare/circl/sign/dilithium/mode5/internal

     1  // Code generated from params.templ.go. DO NOT EDIT.
     2  
     3  package internal
     4  
     5  const (
     6  	Name          = "Dilithium5"
     7  	UseAES        = false
     8  	K             = 8
     9  	L             = 7
    10  	Eta           = 2
    11  	DoubleEtaBits = 3
    12  	Omega         = 75
    13  	Tau           = 60
    14  	Gamma1Bits    = 19
    15  	Gamma2        = 261888
    16  )
    17  

View as plain text