Skip to content

Releases: iden3/go-rapidsnark

prover/v0.0.12

14 Sep 12:24
Compare
Choose a tag to compare

What's Changed

  • Upgrade wazero to v1.8.0 and add Close() method to the Calculator interface by @olomix in #23
  • Remove rapidsnark_asm build tag and update rapidsnark libraries to v0.0.6 by @olomix in #24

Full Changelog: prover/v0.0.11...prover/v0.0.12

prover/v0.0.11

21 Jun 08:59
9323fbe
Compare
Choose a tag to compare

Update rapidsnark libraries to v0.0.3.

witness/v2.0.0

24 May 14:19
2a0c526
Compare
Choose a tag to compare

Add Wazero implementation.
Separate wasm wintness implementations into different modules (one for wazero and one for wasmer). You should choose which one to use on instantiation of witness.Calculator.

witness-wazero/v0.0.1

24 May 14:40
0986cf0
Compare
Choose a tag to compare

First implementation of wasm witness calculator on Wazero engine.

witness-wasmer/v0.0.1

24 May 14:43
0986cf0
Compare
Choose a tag to compare

Moved implementation of wasm witness calculator on Wasmer engine to separate module.

witness/v0.0.6

28 Apr 11:41
Compare
Choose a tag to compare

Prevent test data from getting into final package.

Full Changelog: witness/v0.0.5...witness/v0.0.6

witness/v0.0.5

28 Apr 11:22
bb27e9f
Compare
Choose a tag to compare

What's Changed

Full Changelog: witness/v0.0.4...witness/v0.0.5

verifier/v0.0.5

26 Apr 11:29
f049cc2
Compare
Choose a tag to compare

What's Changed

Full Changelog: prover/v0.0.10...verifier/v0.0.5

witness/v0.0.4

25 Apr 15:38
Compare
Choose a tag to compare

Switch to Apache 2.0 / MIT licenses

verifier/v0.0.4

25 Apr 15:39
Compare
Choose a tag to compare
Switch to Apache 2.0 / MIT licenses. Update README.md. Bump deps