Function type2string

Source
pub fn type2string(variant: Variant, uppercase: bool) -> &'static str
Expand description

Function that gives the string representation of an argon2 Variant. If the uppercase parameter is true, the name of the variant is returned with the first letter uppercased.