From: Chris Duncan Date: Fri, 5 Dec 2025 17:09:10 +0000 (-0800) Subject: Remove debug logging. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=d41378861258c1a5fc0906ca7eeac12007cb8d78;p=libnemo.git Remove debug logging. --- diff --git a/src/lib/crypto/secp256k1.ts b/src/lib/crypto/secp256k1.ts index 7d9198c..8f92f27 100644 --- a/src/lib/crypto/secp256k1.ts +++ b/src/lib/crypto/secp256k1.ts @@ -353,7 +353,6 @@ export class Secp256k1 { return cnd ? n : p } static wNAF (n: bigint): { p: Point; f: Point } { - console.log('mult', n) const comp = this.Gpows || (this.Gpows = this.precompute()) let p = this.I let f = this.G // f must be G, or could become I in the end