totp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int totp(ubyte[] K, ulong time, int offset, int digits)
    int
    totp
    (
    const ubyte[] K
    ,
    const ulong time
    ,
    const int offset = 0
    ,
    const int digits = TOK_LEN
    )
  2. int totp(string K, ulong time, int offset, int digits)

Meta