1# zig-totp
2
3![loc](https://sloc.xyz/github/nektro/zig-totp)
4[![license](https://img.shields.io/github/license/nektro/zig-totp.svg)](https://github.com/nektro/zig-totp/blob/master/LICENSE)
5[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)
6[![Zig](https://img.shields.io/badge/Zig-0.16-f7a41d)](https://ziglang.org/)
7[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
8
9RFC 6238: TOTP: Time-Based One-Time Password Algorithm
10
11https://www.rfc-editor.org/rfc/rfc6238 TOTP: Time-Based One-Time Password Algorithm
12
13https://www.rfc-editor.org/rfc/rfc4226 HOTP: An HMAC-Based One-Time Password Algorithm
14
15https://github.com/google/google-authenticator/wiki/Key-Uri-Format