MldsaPublicKey Struct Reference

ML-DSA public key. More...

#include <mldsa.h>

Data Fields

uint_t level
 Security level. More...
 
uint8_t * pk
 Public key. More...
 
size_t pkLen
 Length of the public key, in bytes. More...
 

Detailed Description

ML-DSA public key.

Definition at line 81 of file mldsa.h.

Field Documentation

◆ level

uint_t level

Security level.

Definition at line 83 of file mldsa.h.

◆ pk

uint8_t* pk

Public key.

Definition at line 84 of file mldsa.h.

◆ pkLen

size_t pkLen

Length of the public key, in bytes.

Definition at line 85 of file mldsa.h.


The documentation for this struct was generated from the following file: