QSC Post Quantum Cryptographic Library 1.0.0.6c (A6)
A post quantum secure library written in Ansi C
 
Loading...
Searching...
No Matches
qsc_hmac256_state Struct Reference

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

#include <sha2.h>

Data Fields

qsc_sha256_state pstate
 
uint8_t ipad [QSC_SHA2_256_RATE]
 
uint8_t opad [QSC_SHA2_256_RATE]
 

Detailed Description

The HMAC(SHA2-256) state array.

Field Documentation

◆ ipad

uint8_t ipad[QSC_SHA2_256_RATE]

The input pad array.

◆ opad

uint8_t opad[QSC_SHA2_256_RATE]

The output pad array.

◆ pstate

The SHA2-256 state.


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