#include <cstdint>#include <span>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | hash |
Functions | |
| void | hash::sha256 (const uint8_t *data, size_t data_size, uint8_t *hash) noexcept |
| std::vector< uint8_t > | hash::sha256 (std::span< const uint8_t > data) noexcept |