#include <sha3.h>
Definition at line 16 of file sha3.h.
| unsigned char SHA3_256::m_buffer[8] |
|
private |
| unsigned SHA3_256::m_bufsize = 0 |
|
private |
| unsigned SHA3_256::m_pos = 0 |
|
private |
| uint64_t SHA3_256::m_state[25] = {0} |
|
private |
| constexpr unsigned SHA3_256::RATE_BITS = 1088 |
|
staticprivate |
Sponge rate in bits.
Definition at line 25 of file sha3.h.
Sponge rate expressed as a multiple of the buffer size.
Definition at line 28 of file sha3.h.
The documentation for this class was generated from the following file: