Skip to content

0.1.0

Compare
Choose a tag to compare
@jklmnn jklmnn released this 26 Oct 14:07
· 10 commits to master since this release

Support for:

  • TOTP
  • HOTP
  • Base32 without padding
  • 6-n digit OTP value generation

Proves:

  • Absence of runtime errors
  • Dependency correctness
  • Functional Properties
    • Base32 outputs only valid characters with multiples of 8 characters
    • Block padding will correctly pad to Blocks of size L
    • OTP value strings only have numeric characters and the specified length