UNPKG

otp-io

Version:

🕖 Typed library to work 2fa via Google Authenticator/Time-based TOTP/Hmac-based HOTP

1 lines • 124 B
'use strict';const browser=require('./crypto/browser.js');exports.hmac=browser.hmac;exports.randomBytes=browser.randomBytes;