Function sha3_512

Source
pub fn sha3_512(input: &[u8]) -> [u8; 64]
Expand description

Computes the SHA-3 hash of the input data.

§Arguments

  • input - A byte slice containing the data to hash.

§Returns

A fixed-size array containing the hash output.