hash context
More...
hash context
Definition at line 35 of file ripemd.c.
◆ digest_len
uint8_t AVRIPEMD::digest_len |
digest length in 32-bit words
Definition at line 36 of file ripemd.c.
◆ count
number of bytes in buffer
Definition at line 37 of file ripemd.c.
◆ buffer
uint8_t AVRIPEMD::buffer[64] |
512-bit buffer of input values used in hash updating
Definition at line 38 of file ripemd.c.
◆ state
uint32_t AVRIPEMD::state[10] |
current hash value
Definition at line 39 of file ripemd.c.
◆ transform
void(* AVRIPEMD::transform) (uint32_t *state, const uint8_t buffer[64]) |
function used to update hash for 512-bit input block
Definition at line 41 of file ripemd.c.
The documentation for this struct was generated from the following file: