migrating cjs -> esm

This commit is contained in:
2024-10-07 20:48:28 +03:00
parent b91c95bde3
commit 3609a154a9
8 changed files with 27 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ import {
} from "@scure/bip39";
import { wordlist } from "@scure/bip39/wordlists/english";
import elliptic from "elliptic";
import { Key } from "./key";
import { Key } from "./key.js";
const MNEMONIC_STRENGTH = 192;
//const CURVE = "curve25519"