#include <keccak256.hpp>
Definition at line 30 of file keccak256.hpp.
◆ Keccak256State()
| secp256k1::coins::Keccak256State::Keccak256State |
( |
| ) |
|
◆ ~Keccak256State()
| secp256k1::coins::Keccak256State::~Keccak256State |
( |
| ) |
|
◆ finalize()
| std::array< std::uint8_t, 32 > secp256k1::coins::Keccak256State::finalize |
( |
| ) |
|
◆ update()
| void secp256k1::coins::Keccak256State::update |
( |
const std::uint8_t * |
data, |
|
|
std::size_t |
len |
|
) |
| |
◆ buf
| std::uint8_t secp256k1::coins::Keccak256State::buf[136] |
◆ buf_pos
| std::size_t secp256k1::coins::Keccak256State::buf_pos |
◆ state
| std::uint64_t secp256k1::coins::Keccak256State::state[25] |
The documentation for this struct was generated from the following file: