Skip to main content

SHA256

Type Alias SHA256 

Source
pub type SHA256 = SHA256Internal<SHA256Params>;

Aliased Type§

pub struct SHA256 { /* private fields */ }

Trait Implementations§

Source§

impl Algorithm for SHA256

Source§

const ALG_NAME: &'static str = SHA256_NAME

Source§

const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_128bit

Source§

impl HashAlgParams for SHA256