Releases: iden3/go-rapidsnark
Releases · iden3/go-rapidsnark
verifier/v0.0.2
Bump go-ethereum dep
prover/v0.0.5
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
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
Fix linking with optimized rapidsnark
Witness generation for circom v2
witness/v0.0.1 update types and cmd fix
groth16 proof verification v0.0.1
verifier/v0.0.1 update types and cmd fix
Types for ZKProof v0.0.1
Merge pull request #1 from iden3/feature/submodules Feature/submodules
Native proof generation v0.0.1
prover/v0.0.1 update types and cmd fix