| 1 | # zig-totp |
| 2 | |
| 3 |  |
| 4 | [](https://github.com/nektro/zig-totp/blob/master/LICENSE) |
| 5 | [](https://github.com/sponsors/nektro) |
| 6 | [](https://ziglang.org/) |
| 7 | [](https://github.com/nektro/zigmod) |
| 8 | |
| 9 | RFC 6238: TOTP: Time-Based One-Time Password Algorithm |
| 10 | |
| 11 | https://www.rfc-editor.org/rfc/rfc6238 TOTP: Time-Based One-Time Password Algorithm |
| 12 | |
| 13 | https://www.rfc-editor.org/rfc/rfc4226 HOTP: An HMAC-Based One-Time Password Algorithm |
| 14 | |
| 15 | https://github.com/google/google-authenticator/wiki/Key-Uri-Format |