blake2b_state__ | Developers

blake2b_state__

Back to the files list

BLAKE2b state members. More...

Data Fields

uint64_t h [8]
 Internal state of the hash. More...
uint64_t t [2]
 Message byte offset at the end of the current block. More...
uint64_t f [2]
 Flag indicating the last block. More...
uint8_t buf [BLAKE2B_BLOCKBYTES]
 Buffer for the processed data. More...
size_t buflen
 Length of the buffer. More...
size_t outlen
 Length of the output. More...
uint8_t last_node
 Last node. More...

Detailed Description

BLAKE2b state members.

Field Documentation

buf

uint8_t buf[BLAKE2B_BLOCKBYTES]

Buffer for the processed data.

buflen

size_t buflen

Length of the buffer.

f

uint64_t f[2]

Flag indicating the last block.

h

uint64_t h[8]

Internal state of the hash.

last_node

uint8_t last_node

Last node.

outlen

size_t outlen

Length of the output.

t

uint64_t t[2]

Message byte offset at the end of the current block.

Back to the files list


Did you find this page helpful?


How would you improve this page for developers?



Getting Started
Theme Features
Customization

Embedded Apps