Releases: iden3/go-rapidsnark
Releases · iden3/go-rapidsnark
prover/v0.0.12
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
Update rapidsnark libraries to v0.0.3.
witness/v2.0.0
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
First implementation of wasm witness calculator on Wazero engine.
witness-wasmer/v0.0.1
Moved implementation of wasm witness calculator on Wasmer engine to separate module.
witness/v0.0.6
Prevent test data from getting into final package.
Full Changelog: witness/v0.0.5...witness/v0.0.6
witness/v0.0.5
What's Changed
- Switch to our wasmer-go fork by @OBrezhniev in #11
Full Changelog: witness/v0.0.4...witness/v0.0.5
verifier/v0.0.5
What's Changed
- Copy bn256 package from go-ethereum by @OBrezhniev in #13
Full Changelog: prover/v0.0.10...verifier/v0.0.5
witness/v0.0.4
Switch to Apache 2.0 / MIT licenses
verifier/v0.0.4
Switch to Apache 2.0 / MIT licenses. Update README.md. Bump deps