]> git.codecow.com Git - libnemo.git/commitdiff
Remove commented code.
authorChris Duncan <chris@zoso.dev>
Tue, 2 Dec 2025 16:58:39 +0000 (08:58 -0800)
committerChris Duncan <chris@zoso.dev>
Tue, 2 Dec 2025 16:58:39 +0000 (08:58 -0800)
src/lib/crypto/secp256k1.ts

index b8094b546ee92a253cfe7976a1c49bbb58e8ccb4..4f55d806d729fb14628a3cbcced8d926564ae342 100644 (file)
@@ -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
-// }