Type Alias subspace_core_primitives::Blake3Hash

source ·
pub type Blake3Hash = [u8; 32];
Expand description

BLAKE3 hash output

Trait Implementations§

source§

impl From<Blake3HashHex> for Blake3Hash

source§

fn from(value: Blake3HashHex) -> Self

Converts to this type from the input type.