UNPKG

@hdwallet/core

Version:

A complete Hierarchical Deterministic (HD) Wallet generator for 200+ cryptocurrencies, built with TypeScript.

10 lines 865 B
"use strict"; // SPDX-License-Identifier: MIT Object.defineProperty(exports, "__esModule", { value: true }); exports.KholawEd25519PrivateKey = exports.KholawEd25519PublicKey = exports.KholawEd25519Point = exports.KholawEd25519ECC = void 0; var ed25519_1 = require("./ed25519"); Object.defineProperty(exports, "KholawEd25519ECC", { enumerable: true, get: function () { return ed25519_1.KholawEd25519ECC; } }); Object.defineProperty(exports, "KholawEd25519Point", { enumerable: true, get: function () { return ed25519_1.KholawEd25519Point; } }); Object.defineProperty(exports, "KholawEd25519PublicKey", { enumerable: true, get: function () { return ed25519_1.KholawEd25519PublicKey; } }); Object.defineProperty(exports, "KholawEd25519PrivateKey", { enumerable: true, get: function () { return ed25519_1.KholawEd25519PrivateKey; } }); //# sourceMappingURL=index.js.map