Function passkey_types::crypto::sha256

source ·
pub fn sha256(data: &[u8]) -> [u8; 32]
Expand description

Compute the SHA-256 of the given data.