Merge pull request #1710 from unix-ninja/master

Add support for TOTP (RFC 6238)
This commit is contained in:
Jens Steube
2018-10-22 20:49:31 +02:00
committed by GitHub
11 changed files with 774 additions and 7 deletions
+1
View File
@@ -18,6 +18,7 @@
- Added hash-mode 17800 = Keccak-256
- Added hash-mode 17900 = Keccak-384
- Added hash-mode 18000 = Keccak-512
- Added hash-mode 18100 = TOTP (HMAC-SHA1)
- Removed hash-mode 5000 = SHA-3 (Keccak)
##