Md4Context Struct Reference
MD4 algorithm context. More...
#include <md4.h>
Data Fields | |
union { | |
uint32_t h [4] | |
uint8_t digest [16] | |
}; | |
union { | |
uint32_t x [16] | |
uint8_t buffer [64] | |
}; | |
size_t | size |
uint64_t | totalSize |
Detailed Description
Field Documentation
◆ @1
union { ... } |
◆ @3
union { ... } |
◆ buffer
◆ digest
◆ h
◆ size
◆ totalSize
◆ x
The documentation for this struct was generated from the following file:
- cyclone_crypto/hash/md4.h