QSC Post Quantum Cryptographic Library 1.1.0.2 (B2)
A post quantum secure library written in Ansi C
Loading...
Searching...
No Matches
qsc_keccak_state Struct Reference

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

#include <sha3.h>

Data Fields

uint64_t state [QSC_KECCAK_STATE_SIZE]
uint8_t buffer [QSC_KECCAK_STATE_BYTE_SIZE]
size_t position

Detailed Description

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

Field Documentation

◆ buffer

uint8_t buffer[QSC_KECCAK_STATE_BYTE_SIZE]

The message buffer

◆ position

size_t position

The buffer position

◆ state

uint64_t state[QSC_KECCAK_STATE_SIZE]

The SHA3 state


The documentation for this struct was generated from the following file:
  • C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/QSC/QSC/sha3.h