Skip to content

Commit

Permalink
Update regarding less breaking change
Browse files Browse the repository at this point in the history
v5.1.0 added back the random_base32 method in order to make updating fairly painless.
  • Loading branch information
mdp committed Jun 27, 2019
1 parent 15d5104 commit 529abb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -22,8 +22,8 @@ Many websites use this for [multi-factor authentication](https://www.youtube.com

- `ROTP::Base32.random_base32` is now `ROTP::Base32.random` and the argument
has changed from secret string length to byte length to allow for more
precision
- Cleaned up the Base32 implementation to better match Google Authenticator's version
precision. There is an alias to allow for `random_base32` for the time being.
- Cleaned up the Base32 implementation to match Google Authenticator's version.

### Breaking changes in >= 4.0

Expand Down

0 comments on commit 529abb8

Please sign in to comment.