Enum sleep_parser::HashType [−][src]
pub enum HashType {
BLAKE2b,
Ed25519,
None,
}Algorithm used for hashing the data.
Variants
BLAKE2bBLAKE2b hashing algorithm.
Ed25519Ed25519 hashing algorithm.
NoneNo hashing used.
Trait Implementations
impl Debug for HashType[src]
impl Debug for HashTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for HashType[src]
impl PartialEq for HashType