QSC Post Quantum Cryptographic Library 1.0.0.6c (A6)
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 [2]
 
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[2]

The message length.


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