Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrUnknownType indicates a parameter set is not supported. ErrUnknownType = errors.New("params: unknown ML-DSA parameter set") )
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct {
Type Type
Name string
K int // Rows in A / t
L int // Columns in A / s
N int // Polynomial degree
Q int // Modulus
D int // t1/t0 bit-drop parameter
Eta int
Beta int
Gamma1 int
Gamma2 int
Tau int
Omega int
PKBytes int
SKBytes int
SigBytes int
SeedBytes int
CRHBytes int
}
Set captures the parameters for a given ML-DSA security level.
Click to show internal directories.
Click to hide internal directories.