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

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

#include <sha2.h>

Data Fields

qsc_sha384_state pstate
uint8_t ipad [QSC_SHA2_384_RATE]
uint8_t opad [QSC_SHA2_384_RATE]

Detailed Description

The HMAC(SHA2-384) state array.

Field Documentation

◆ ipad

uint8_t ipad[QSC_SHA2_384_RATE]

The input pad array.

◆ opad

uint8_t opad[QSC_SHA2_384_RATE]

The output pad array.

◆ pstate

The SHA2-384 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