QSC Post Quantum Cryptographic Library 1.0.0.6c (A6)
A post quantum secure library written in Ansi C
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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: