Type Alias Sha3_512

Source
pub type Sha3_512<E> = Keccak<E, snarkvm_circuit_algorithms::::keccak::Sha3_512::{constant#0}, 512>;
Expand description

The SHA3-512 hash function.

Aliased Typeยง

struct Sha3_512<E> { /* private fields */ }