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

The SHA2-384 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_384_RATE]
size_t position

Detailed Description

The SHA2-384 digest state array.

Field Documentation

◆ buffer

uint8_t buffer[QSC_SHA2_384_RATE]

The message buffer.

◆ position

size_t position

The message position.

◆ state

uint64_t state[QSC_SHA2_STATE_SIZE]

The SHA2-384 state.

◆ t

uint64_t t[2U]

The message size.


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