Releases: personaelabs/spartan-ecdsa
Releases · personaelabs/spartan-ecdsa
v2.3.1
v2.3.0
Add useRemoteCircuit
in ProverConfig
to allow the prover running in Node.js or a web worker to use the remote circuit.
v2.2.0
Add useRemoteCircuit
in VerifierConfig
to allow the verifier running in Node.js to use the remote circuit.
v2.1.4
v2.1.4
v2.1.3
Commit lock file
v.2.1.2
v2.1.2 v2.1.2
v2.1.1
Full Changelog: v2.1.0...v2.1.1
v2.1.0
- Expose methods
delete
andleaves
fromTree
. - Separate
circuit_reader
fromspartan_wasm
circuit_reader
is required for developing Hoplite, and is more tractable when it's a standalone crate.