]> git.codecow.com Git - libnemo.git/commitdiff
Remove debug logging.
authorChris Duncan <chris@zoso.dev>
Fri, 5 Dec 2025 17:09:10 +0000 (09:09 -0800)
committerChris Duncan <chris@zoso.dev>
Fri, 5 Dec 2025 17:09:10 +0000 (09:09 -0800)
src/lib/crypto/secp256k1.ts

index 7d9198c1d42b9aaf78a64cb8c40d39a6964c9982..8f92f271a4d551fed48683c2b4f9f5835bc096a1 100644 (file)
@@ -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