UNPKG

@wault-pw/srp6a-webcrypto

Version:

Pure javascript implementation of SRP-6a (RFC-5054, RFC-2945) using web-crypto

5 lines 181 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrAbort = void 0; exports.ErrAbort = new Error("ERR_ABORT"); //# sourceMappingURL=errors.js.map