QSC Post Quantum Cryptographic Library 1.0.0.6c (A6)
A post quantum secure library written in Ansi C
 
Loading...
Searching...
No Matches
qsc_kpa_state Struct Reference

The KPA state array; state array must be initialized by the caller. More...

#include <sha3.h>

Data Fields

uint64_t state [QSC_KPA_PARALLELISM][QSC_KECCAK_STATE_SIZE]
 
uint8_t buffer [QSC_KPA_PARALLELISM *QSC_KECCAK_STATE_BYTE_SIZE]
 
size_t position
 
size_t processed
 
qsc_keccak_rate rate
 

Detailed Description

The KPA state array; state array must be initialized by the caller.

Field Documentation

◆ buffer

The message buffer

◆ position

size_t position

The buffer position

◆ processed

size_t processed

The number of message bytes processed

◆ rate

The absorption rate

◆ state

The long state array


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