Skip to main content

SHA3_512

Type Alias SHA3_512 

Source
pub type SHA3_512 = SHA3<SHA3_512Params>;

Aliased Type§

pub struct SHA3_512 { /* private fields */ }

Trait Implementations§

Source§

impl Algorithm for SHA3_512

Source§

const ALG_NAME: &'static str = SHA3_512_NAME

Source§

const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_256bit

Source§

impl HashAlgParams for SHA3_512