UNPKG

@onekeyfe/blockchain-libs

Version:
8 lines 565 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ed25519 = exports.nistp256 = exports.secp256k1 = void 0; const elliptic_1 = require("./elliptic"); Object.defineProperty(exports, "ed25519", { enumerable: true, get: function () { return elliptic_1.ed25519; } }); Object.defineProperty(exports, "nistp256", { enumerable: true, get: function () { return elliptic_1.nistp256; } }); Object.defineProperty(exports, "secp256k1", { enumerable: true, get: function () { return elliptic_1.secp256k1; } }); //# sourceMappingURL=index.js.map