Enum libotp::HOTPAlgorithm[][src]

pub enum HOTPAlgorithm {
    HMACSHA1,
    HMACSHA256,
    HMACSHA512,
}

Variants

Methods

impl HOTPAlgorithm
[src]

Trait Implementations

impl Copy for HOTPAlgorithm
[src]

impl Clone for HOTPAlgorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations