This version of gabi is UNMAINTAINED, do not use. Development has continued at the Privacy by Design foundation, more specifically here.
Gabi is a Go implementation of the IRMA approach to the Idemix attribute based credential system. Check out the IRMA website to learn more on this great alternative to traditional identity management.
gabi itself is designed to be compatible with the existing Java and C++ implementations of the IRMA system.
To install:
go get -v github.com/mhe/gabi
To run tests:
go test -v ./...