iden3 / go-iden3-crypto

Go implementation of some cryptographic primitives (that fit inside the SNARK field) and compatible with circomlib
Apache License 2.0
117 stars 38 forks source link

Add github actions and remove travis #21

Closed ed255 closed 4 years ago

ed255 commented 4 years ago

Some details: The workflows are triggered on pull request and push (same config as in travis). Test for go 1.13.x and 1.14.x Test for amd64 and 386 (this is critical to check that goff is working on 32 bit arch)

I have also added a lint workflow (using golangci-lint), which currently fails but I haven't configured it as required to merge a PR into master.

This PR deprecates https://github.com/iden3/go-iden3-crypto/pull/20