A helper for calculating precomputes used in [efficient-zk-ecdsa](https://github.com/personaelabs/efficient-zk-ecdsa).
npm install @omnid/precompute-nodejsA helper for calculating precomputes used in efficient-zk-ecdsa.
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
`
$3
`
wasm-pack build
`Build specific
`
wasm-pack build --target web --out-name precompute-web --scope omnid
`For NextJS
`
wasm-pack build --out-name precompute --scope omnid
``