Function rustotp::totp [] [src]

pub fn totp(
    desired_code_length: usize,
    timestep: i64,
    key: &[u8],
    time: i64
) -> HotpOutput