bgould / tinytotp

Basic TinyGo-compatible remix of https://github.com/pquerna/otp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinytotp

Basic, TinyGo-compatible remix of https://github.com/pquerna/otp

For my use case, the original library resulted in panic from insufficient stack size, so I extracted just the parts I needed into this library. This library is only concerned with generating and validating TOTP codes. For features such as URL and QR code creation, please see the original library mentioned above.

About

Basic TinyGo-compatible remix of https://github.com/pquerna/otp


Languages

Language:Go 100.0%