v3.0.1
Fixes
TotpUrlErrorwas unexported. This is now fixed. (#29)base32was reexported instead. It is now private, and will need to be an explicit dependency for the user to encore/decode base32 data.
Changes
Secretcomparison is now done in constant time.
Special thanks
- @alexanderkja for discovering #29.