From: Chris Duncan Date: Tue, 2 Dec 2025 16:58:39 +0000 (-0800) Subject: Remove commented code. X-Git-Tag: v0.11.0~6^2~65 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=68805ab935cf72f1645d5b78d49aad32b4e0b12a;p=libnemo.git Remove commented code. --- diff --git a/src/lib/crypto/secp256k1.ts b/src/lib/crypto/secp256k1.ts index b8094b5..4f55d80 100644 --- a/src/lib/crypto/secp256k1.ts +++ b/src/lib/crypto/secp256k1.ts @@ -1162,14 +1162,3 @@ export class Secp256k1 { return { p, f } // return both real and fake points for JIT } } - -// !! Remove the export below to easily use in REPL / browser console -// export { -// etc, -// getPublicKey, getSharedSecret, -// hash, hashes, -// keygen, -// Point, recoverPublicKey, recoverPublicKeyAsync, schnorr, sign, signAsync, - -// Signature, utils, verify, verifyAsync -// }