Blake2bContext Struct Reference
BLAKE2b algorithm context. More...
#include <blake2b.h>
Data Fields | |
union { | |
uint64_t h [8] | |
uint8_t digest [64] | |
}; | |
union { | |
uint64_t m [16] | |
uint8_t buffer [128] | |
}; | |
size_t | size |
uint64_t | totalSize [2] |
size_t | digestSize |
Detailed Description
Field Documentation
◆ @1
union { ... } |
◆ @3
union { ... } |
◆ buffer
◆ digest
◆ digestSize
◆ h
◆ m
◆ size
◆ totalSize
The documentation for this struct was generated from the following file:
- cyclone_crypto/hash/blake2b.h