Type Alias risc0_zkp::core::hash::blake2b::Blake2bCpuHashSuite

source ·
pub type Blake2bCpuHashSuite = Blake2bHashSuite<Blake2bCpuImpl>;
Expand description

Type alias for Blake2b HashSuite using CPU.

Aliased Type§

struct Blake2bCpuHashSuite { /* private fields */ }