Skip to main content

SHA384

Type Alias SHA384 

Source
pub type SHA384 = Sha512Internal<SHA384Params>;

Aliased Type§

pub struct SHA384 { /* private fields */ }

Trait Implementations§

Source§

impl Algorithm for SHA384

Source§

const ALG_NAME: &'static str = SHA384_NAME

Source§

const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_192bit

Source§

impl HashAlgParams for SHA384