Type Alias memsecurity::Blake3Hash

source ·
pub type Blake3Hash = ZeroizeArray<32>;
Expand description

The 32 bytes of a Blake3 Hash

Aliased Type§

struct Blake3Hash(/* private fields */);