UNPKG

tssrp6a

Version:

SRP6a client and server lib

13 lines 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.webcrypto = void 0; exports.webcrypto = (() => { if ("crypto" in window) { return window.crypto; } else { const crypto = require("crypto"); return crypto.webcrypto; } })(); //# sourceMappingURL=crypto-wrapper.js.map