1.0.0 • Published 1 year ago

spartan-ecdsa-circuits v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Node.js

Recommended: v18 or later

Install dependencies

yarn

Run tests

Install this fork of Circom that supports compiling to the secp256k1 base field.

git clone https://github.com/DanTehrani/circom-secq
cd circom-secq && cargo build --release && cargo install --path circom

(In this directory) Install dependencies

yarn

Run tests

yarn jest