Lightweight Cryptography Primitives
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
blake2s_state_t Struct Reference

Structure of the BLAKE2s hash state. More...

Data Fields

uint32_t h [8]
 
uint32_t m [16]
 
uint64_t length
 

Detailed Description

Structure of the BLAKE2s hash state.

Field Documentation

uint32_t blake2s_state_t::h[8]

Rolling hash value from block to block

uint64_t blake2s_state_t::length

Length of the input so far

uint32_t blake2s_state_t::m[16]

Next message block


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