sha224

Function sha224 

Source
pub fn sha224(data: &[u8]) -> [u8; 28]
Expand description

Computes the SHA-224 hash of the input data.

§Arguments

  • data - A byte slice containing the input data to be hashed.

§Returns

A 28-byte array containing the computed SHA-224 hash.