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

The HMAC(SHA2-512) state array. More...

#include <sha2.h>

Data Fields

qsc_sha512_state pstate
uint8_t ipad [QSC_SHA2_512_RATE]
uint8_t opad [QSC_SHA2_512_RATE]

Detailed Description

The HMAC(SHA2-512) state array.

Field Documentation

◆ ipad

uint8_t ipad[QSC_SHA2_512_RATE]

The input pad array.

◆ opad

uint8_t opad[QSC_SHA2_512_RATE]

The output pad array.

◆ pstate

The SHA2-512 state.


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