Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Brakke committed May 2, 2023
1 parent 19d6a81 commit c6b4e11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/dhke.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c6b4e11

Please sign in to comment.