Skip to content

Releases: personaelabs/spartan-ecdsa

v2.3.1

11 Oct 07:34
Compare
Choose a tag to compare

v2.3.0

05 Oct 10:25
Compare
Choose a tag to compare

Add useRemoteCircuit in ProverConfig to allow the prover running in Node.js or a web worker to use the remote circuit.

v2.2.0

21 Sep 06:02
Compare
Choose a tag to compare

Add useRemoteCircuit in VerifierConfig to allow the verifier running in Node.js to use the remote circuit.

v2.1.4

29 May 11:00
Compare
Choose a tag to compare
v2.1.4

v2.1.3

12 May 14:19
Compare
Choose a tag to compare
Commit lock file

v.2.1.2

05 May 11:30
Compare
Choose a tag to compare
v2.1.2

v2.1.2

v2.1.1

24 Apr 09:04
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

v2.1.0

29 Mar 07:21
Compare
Choose a tag to compare
  • Expose methods delete and leaves from Tree.
  • Separate circuit_reader from spartan_wasm
    • circuit_reader is required for developing Hoplite, and is more tractable when it's a standalone crate.