Struct hash256_t

Struct Documentation

struct hash256_t

Public Functions

__host__ __device__ inline bool operator==(const hash256_t &other) const
__host__ __device__ inline bool operator!=(const hash256_t &other) const
__host__ __device__ inline hash256_t operator^(const hash256_t &other) const

Public Members

uint64_t h8[HASH256_H8_NUM_INDEXES]
uint32_t h4[HASH256_H4_NUM_INDEXES]
uint16_t h2[HASH256_H2_NUM_INDEXES]
uint8_t h1[HASH256_H1_NUM_INDEXES]
union embers::crypto::hash256_t::[anonymous] [anonymous]