#include <hashers.hpp>
|
| template<typename B = std::vector<uint8_t>> |
| static auto | hash (const B &message) |
| |
Definition at line 32 of file hashers.hpp.
◆ hash()
template<typename B = std::vector<uint8_t>>
| static auto bb::crypto::Sha256Hasher::hash |
( |
const B & |
message | ) |
|
|
inlinestatic |
◆ BLOCK_SIZE
| constexpr size_t bb::crypto::Sha256Hasher::BLOCK_SIZE = 64 |
|
staticconstexpr |
◆ OUTPUT_SIZE
| constexpr size_t bb::crypto::Sha256Hasher::OUTPUT_SIZE = 32 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: