Enum dryoc::classic::crypto_pwhash::PasswordHashAlgorithm
source · pub enum PasswordHashAlgorithm {
Argon2i13,
Argon2id13,
}
Expand description
Password hash algorithm implementations.
Variants§
Trait Implementations§
source§impl Clone for PasswordHashAlgorithm
impl Clone for PasswordHashAlgorithm
source§fn clone(&self) -> PasswordHashAlgorithm
fn clone(&self) -> PasswordHashAlgorithm
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PasswordHashAlgorithm
impl Debug for PasswordHashAlgorithm
source§impl<'de> Deserialize<'de> for PasswordHashAlgorithm
impl<'de> Deserialize<'de> for PasswordHashAlgorithm
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more