nil::crypto3::hashes::find_group_hash_default_params Struct Reference

#include <find_group_hash.hpp>

+ Collaboration diagram for nil::crypto3::hashes::find_group_hash_default_params:

Public Types

using dst_type = std::vector< std::uint8_t >
 

Static Public Attributes

static dst_type dst
 
static constexpr std::size_t dst_bits = 8 * 8
 

Member Typedef Documentation

◆ dst_type

Member Data Documentation

◆ dst

dst_type nil::crypto3::hashes::find_group_hash_default_params::dst
inlinestatic
Initial value:
= []() {
std::string default_tag_str = "Zcash_PH";
dst_type dst(default_tag_str.begin(), default_tag_str.end());
assert(dst.size() == 8);
return dst;
}()
static dst_type dst
Definition: find_group_hash.hpp:50
std::vector< std::uint8_t > dst_type
Definition: find_group_hash.hpp:49

◆ dst_bits

constexpr std::size_t nil::crypto3::hashes::find_group_hash_default_params::dst_bits = 8 * 8
staticconstexpr

The documentation for this struct was generated from the following file: