UNPKG

@safeheron/crypto-bip32

Version:

HDKey in js(embrace bip32-secp256k1, bip32-ed25519)

5 lines (4 loc) 203 B
import { Secp256k1HDKey } from "./lib/Secp256k1HDKey"; import { P256HDKey } from "./lib/P256HDKey"; import { Ed25519HDKey } from "./lib/Ed25519HDKey"; export { Secp256k1HDKey, Ed25519HDKey, P256HDKey };