pub type Sha3_512<E> = Keccak<E, snarkvm_circuit_algorithms::::keccak::Sha3_512::{constant#0}, 512>;
The SHA3-512 hash function.
struct Sha3_512<E> { /* private fields */ }