sha384

Function sha384 

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

Computes the SHA-384 hash of the input data.

§Arguments

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

§Returns

A 48-byte array containing the computed SHA-384 hash.