libbasen v1.1.0
encoding/decoding from arbitrary base
Loading...
Searching...
No Matches
sha256.hpp File Reference
#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