DPDK  26.03.0
Data Fields
rte_crypto_ml_dsa_sigver_op Struct Reference

#include <rte_crypto_asym.h>

Data Fields

rte_crypto_param pubkey
 
rte_crypto_param message
 
rte_crypto_param sign
 
rte_crypto_param mu
 
rte_crypto_param ctx
 
enum rte_crypto_auth_algorithm hash
 

Detailed Description

PQC ML-DSA SIGVER op

Parameters for PQC ML-DSA verify operation

Definition at line 1017 of file rte_crypto_asym.h.

Field Documentation

The public key to verify signature.

Definition at line 1018 of file rte_crypto_asym.h.

The message used to verify signature.

Definition at line 1021 of file rte_crypto_asym.h.

The signature to verify.

Definition at line 1024 of file rte_crypto_asym.h.

The mu used to generate signature.

Definition at line 1027 of file rte_crypto_asym.h.

The context key to generate signature.

Definition at line 1030 of file rte_crypto_asym.h.

Hash function to generate signature.

Definition at line 1033 of file rte_crypto_asym.h.


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