Enum oath::HashType [] [src]

pub enum HashType {
    SHA1,
    SHA256,
    SHA512,
}

HashType enum represents possible hashing modes.

Variants

Sha1

Sha2 256 bit mode

Sha2 512 bit mode