SHA-1 algorithm context.
More...
SHA-1 algorithm context.
Definition at line 49 of file sha1.h.
#include <sha1.h>
◆ buffer
internal buffer
Definition at line 51 of file sha1.h.
◆ buffer_offset
uint8_t sha1_context::buffer_offset |
internal state variable to keep track if the buffer is filled before proceeding to hash this block
Definition at line 58 of file sha1.h.
◆ byte_count
uint32_t sha1_context::byte_count |
already processed bytes
Definition at line 55 of file sha1.h.
◆ inner_hash
temporary buffer for the inner hashing
Definition at line 62 of file sha1.h.
◆ key_buffer
internal state of the key buffer
Definition at line 60 of file sha1.h.
◆ state
buffering current state of hashing
Definition at line 53 of file sha1.h.
The documentation for this struct was generated from the following file: