Skip to main content

SHA224

Type Alias SHA224 

Source
pub type SHA224 = SHA256Internal<SHA224Params>;

Aliased Type§

pub struct SHA224 { /* private fields */ }

Trait Implementations§

Source§

impl Algorithm for SHA224

Source§

const ALG_NAME: &'static str = SHA224_NAME

Source§

const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_112bit

Source§

impl HashAlgParams for SHA224