pyauth / pyotp

Python One-Time Password Library
https://pyauth.github.io/pyotp/
Other
3.01k stars 324 forks source link

Support for digests other than sha1 is broken #10

Closed npmccallum closed 8 years ago

npmccallum commented 9 years ago

In order to demonstrate that, I implemented tests for all the values defined in RFC 6238. I also implemented the fix. See: https://github.com/nathforge/pyotp/pull/9

kislyuk commented 8 years ago

Thanks for the PR. It was merged, so this should be fixed - please reopen if you see otherwise.