This commit is contained in:
lancegin
2017-06-28 19:36:58 +08:00
parent ed46a8a364
commit c8853d9ae8
6 changed files with 67 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
/*
* @module : HOTP module to generate and verify HOTP password
* @author : Gin (gin.lance.inside@hotmail.com)
*/
import OTP from './otp';
class HOTP extends OTP {
}