diff options
author | François Kooman <fkooman@tuxed.net> | 2017-03-16 15:43:03 +0100 |
---|---|---|
committer | François Kooman <fkooman@tuxed.net> | 2017-03-16 15:43:03 +0100 |
commit | a149b0c420dc19dc35a91fb45ea1fc06ecb4d811 (patch) | |
tree | ddcb5c9741087ea576e880dd40e0ae5c55758c06 /src | |
parent | a55a09b05bf3dd65a8e8e6ed8890165ba2c91a45 (diff) | |
download | otp-a149b0c420dc19dc35a91fb45ea1fc06ecb4d811.zip otp-a149b0c420dc19dc35a91fb45ea1fc06ecb4d811.tar.gz otp-a149b0c420dc19dc35a91fb45ea1fc06ecb4d811.tar.bz2 |
switch to paragonie/constant_time_encoding for Base32 handling
Diffstat (limited to 'src')
-rw-r--r-- | src/GoogleAuthenticator.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GoogleAuthenticator.php b/src/GoogleAuthenticator.php index 8e90532..48b0a6f 100644 --- a/src/GoogleAuthenticator.php +++ b/src/GoogleAuthenticator.php @@ -2,6 +2,8 @@ namespace Otp; +use ParagonIE\ConstantTime\Encoding; + /** * Google Authenticator * |