simpletotp.totp

Undocumented in source.

Members

Functions

totp
int totp(string K, ulong time, int offset, int digits)
Undocumented in source. Be warned that the author may not have intended to support it.
totp
int totp(ubyte[] K, ulong time, int offset, int digits)
Undocumented in source. Be warned that the author may not have intended to support it.
verify_token
bool verify_token(ubyte[] K, int token, int sync)
Undocumented in source. Be warned that the author may not have intended to support it.
verify_token
bool verify_token(string K, int token, int sync)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

T0
enum T0;
Undocumented in source.
TI
enum TI;
Undocumented in source.

Meta