Trait aws_nitro_enclaves_cose::crypto::Hash
source · pub trait Hash {
// Required method
fn hash(digest: MessageDigest, data: &[u8]) -> Result<Vec<u8>, CoseError>;
}
Expand description
A trait exposing various cryptographic hash algorithms
Required Methods§
Object Safety§
This trait is not object safe.