DPDK 25.11.0-rc1
Data Fields
rte_crypto_ml_dsa_xform Struct Reference

#include <rte_crypto_asym.h>

Data Fields

enum rte_crypto_ml_dsa_type type
 
bool sign_deterministic
 
bool sign_prehash
 

Detailed Description

PQC ML-DSA transform data

Structure describing ML-DSA xform parameters

Definition at line 945 of file rte_crypto_asym.h.

Field Documentation

◆ type

ML-DSA xform type

Definition at line 946 of file rte_crypto_asym.h.

◆ sign_deterministic

bool sign_deterministic

The signature generated using deterministic method.

Definition at line 949 of file rte_crypto_asym.h.

◆ sign_prehash

bool sign_prehash

The signature generated using prehash or pure routine.

Definition at line 952 of file rte_crypto_asym.h.


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