Skip to main content

SHA3_256

Type Alias SHA3_256 

Source
pub type SHA3_256 = SHA3<SHA3_256Params>;

Aliased Type§

pub struct SHA3_256 { /* private fields */ }

Trait Implementations§

Source§

impl Algorithm for SHA3_256

Source§

const ALG_NAME: &'static str = SHA3_256_NAME

Source§

const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_128bit

Source§

impl HashAlgParams for SHA3_256