Skip to main content

SHA3_384

Type Alias SHA3_384 

Source
pub type SHA3_384 = SHA3<SHA3_384Params>;

Aliased Type§

pub struct SHA3_384 { /* private fields */ }

Trait Implementations§

Source§

impl Algorithm for SHA3_384

Source§

const ALG_NAME: &'static str = SHA3_384_NAME

Source§

const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_192bit

Source§

impl HashAlgParams for SHA3_384