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

The SHA2-512 digest state array. More...

#include <sha2.h>

Data Fields

uint64_t state [QSC_SHA2_STATE_SIZE]
uint64_t t [2U]
uint8_t buffer [QSC_SHA2_512_RATE]
size_t position

Detailed Description

The SHA2-512 digest state array.

Field Documentation

◆ buffer

uint8_t buffer[QSC_SHA2_512_RATE]

The message buffer.

◆ position

size_t position

The cache position.

◆ state

uint64_t state[QSC_SHA2_STATE_SIZE]

The SHA2-512 state.

◆ t

uint64_t t[2U]

The message length.


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