Skip to main content
Module

x/secp256k1js/jsconfig.json

A ultra lightweight (2 KB) Universal JavaScript Elliptic Curve Digital Signature Algorithm (ECDSA) for the Koblitz secp256k1 curve.
Latest
File
{ "compilerOptions": { "maxNodeModuleJsDepth": 10, "module": "nodenext", "noEmit": true, "strict": true, "strictNullChecks": false }, "typeAcquisition": { "enable": false }}