Ripemd128Context Struct Reference
RIPEMD-128 algorithm context. More...
#include <ripemd128.h>
Data Fields | |
| uint32_t | h [4] |
| union { | |
| uint32_t x [16] | |
| uint8_t buffer [64] | |
| }; | |
| size_t | size |
| uint64_t | totalSize |
Detailed Description
RIPEMD-128 algorithm context.
Definition at line 56 of file ripemd128.h.
Field Documentation
◆ @1
| union { ... } |
◆ buffer
| uint8_t buffer[64] |
Definition at line 62 of file ripemd128.h.
◆ h
| uint32_t h[4] |
Definition at line 58 of file ripemd128.h.
◆ size
| size_t size |
Definition at line 64 of file ripemd128.h.
◆ totalSize
| uint64_t totalSize |
Definition at line 65 of file ripemd128.h.
◆ x
| uint32_t x[16] |
Definition at line 61 of file ripemd128.h.
The documentation for this struct was generated from the following file:
- cyclone_crypto/hash/ripemd128.h
