gabi
is a Go implementation of the IRMA approach to the Idemix attribute based credential system. Check out the Privacy by Design Foundation website to learn more on this great alternative to traditional identity management.
gabi
is the authoritative IRMA Idemix implementation, but it is still largely compatible with the now deprecated Java implementation.
gabi serves as the cryptographic core of irmago
, which implements the IRMA server, IRMA app core, shared functionality between the two, and more. Most projects wanting to use IRMA or Idemix will want to use irmago
instead of depending on gabi
directly.
To install:
go get github.com/privacybydesign/gabi
To run tests:
go test -v ./...
gabi
was originally created and developed by Maarten Everts in 2015 and 2016. Since 2017, the Privacy by Design Foundation and SIDN maintain and develop gabi
.