cat_gateway::utils::blake2b_hash

Function blake2b_224

source
pub(crate) fn blake2b_224(input_bytes: &[u8]) -> [u8; 28]
Expand description

Computes a BLAKE2b-224 hash of the input bytes.

§Arguments

  • input_bytes: A slice of bytes to be hashed.

§Returns

An array containing the BLAKE2b-224 hash of the input bytes.