Skip to main content

SHA512

Type Alias SHA512 

Source
pub type SHA512 = Sha512Internal<SHA512Params>;

Aliased Type§

pub struct SHA512 { /* private fields */ }

Trait Implementations§

Source§

impl Algorithm for SHA512

Source§

const ALG_NAME: &'static str = SHA512_NAME

Source§

const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_256bit

Source§

impl HashAlgParams for SHA512