Skip to content

Releases: iden3/go-rapidsnark

verifier/v0.0.2

18 Sep 01:51
e66dfa4
Compare
Choose a tag to compare

Bump go-ethereum dep

prover/v0.0.5

11 Sep 14:08
Compare
Choose a tag to compare

Switch default linux build on x86_64 to the one without asm optimizations.
To enable asm optimizations use rapidsnark_asm build tag:

go build -tags rapidsnark_asm
go test -tags rapidsnark_asm

prover/v0.0.4

31 Aug 08:00
6132b9c
Compare
Choose a tag to compare

Rapidsnark builds with and without performance optimizations. Use optimized version by default.
Use version without asm optimizations with build tag rapidsnark_noasm. Works even if this package is a dependency.

prover/v0.0.3

26 Aug 15:43
528a1e2
Compare
Choose a tag to compare

Fix linking with optimized rapidsnark

Witness generation for circom v2

17 May 13:39
Compare
Choose a tag to compare
witness/v0.0.1

update types and cmd fix

groth16 proof verification v0.0.1

17 May 13:41
Compare
Choose a tag to compare
verifier/v0.0.1

update types and cmd fix

Types for ZKProof v0.0.1

17 May 13:17
7650f2c
Compare
Choose a tag to compare
Merge pull request #1 from iden3/feature/submodules

Feature/submodules

Native proof generation v0.0.1

17 May 13:40
Compare
Choose a tag to compare
prover/v0.0.1

update types and cmd fix