Skip to main content

SHA3_224

Type Alias SHA3_224 

Source
pub type SHA3_224 = SHA3<SHA3_224Params>;

Aliased Type§

pub struct SHA3_224 { /* private fields */ }

Trait Implementations§

Source§

impl Algorithm for SHA3_224

Source§

const ALG_NAME: &'static str = SHA3_224_NAME

Source§

const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_112bit

Source§

impl HashAlgParams for SHA3_224