10 lines
206 B
JavaScript
10 lines
206 B
JavaScript
/*
|
|
* @Author: wuyanxin
|
|
* @Date: 2018-03-21 23:12:14
|
|
* @Last Modified by: wuyanxin
|
|
* @Last Modified time: 2018-03-21 23:12:14
|
|
*/
|
|
|
|
export {HOTP} from './lib/hotp.js'
|
|
export {TOTP} from './lib/totp.js'
|