BeeCrypt 4.2.1
sha512Param Struct Reference

Holds all the parameters necessary for the SHA-512 algorithm. More...

#include <sha512.h>

Data Fields

uint64_t h [8]
 
uint64_t data [80]
 
mpw length [2]
 Multi-precision integer counter for the bits that have been processed so far.
 
uint64_t offset
 Offset into data; points to the place where new data will be copied before it is processed.
 

Detailed Description

Holds all the parameters necessary for the SHA-512 algorithm.

Field Documentation

◆ data

uint64_t sha512Param::data[80]

◆ h

uint64_t sha512Param::h[8]

◆ length

mpw sha512Param::length[2]

Multi-precision integer counter for the bits that have been processed so far.

◆ offset

uint64_t sha512Param::offset

Offset into data; points to the place where new data will be copied before it is processed.


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