Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
blake2.hpp File Reference
#include <functional>
#include <cstdint>
#include <variant>
#include <vector>
#include <fc/utility.hpp>
Include dependency graph for blake2.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fc::blake2b_state
 
class  fc::blake2b_wrapper
 

Namespaces

namespace  fc
 namespace sysio::chain
 

Enumerations

enum class  fc::blake2b_error : int32_t { fc::input_len_error }
 

Functions

std::variant< blake2b_error, bytesfc::blake2b (uint32_t _rounds, const bytes &_h, const bytes &_m, const bytes &_t0_offset, const bytes &_t1_offset, bool _f, const yield_function_t &yield)