diff --git a/src/js/dhke.js b/src/js/dhke.js index 914f8c7a..53b15c74 100644 --- a/src/js/dhke.js +++ b/src/js/dhke.js @@ -2,7 +2,6 @@ import { uint8ToBase64 } from "./base64"; import { bytesToNumber } from "./utils"; // import * as nobleSecp256k1 from "./noble-secp256k1"; import * as nobleSecp256k1 from "@noble/secp256k1"; -console.log(nobleSecp256k1.utils); async function hashToCurve(secretMessage) { let point;