UNPKG

@me7/totp

Version:

Time-Based One-Time Password Algorithm (RFC 6238)

2 lines (1 loc) 244 B
var TOTP=function(n){"use strict";var t=function(){function n(){}return n.generate=function(){return Math.random()},n.prototype.validate=function(){return"crypto file"},n}();return n.TOTP=t,n.hi=function(n){return"hello my name is "+n},n}({});