UNPKG

otp-io

Version:

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

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