/gabi

A Go implementation of the IRMA approach to an attribute based credential system.

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

GoDoc Build Status

Status

This version of gabi is UNMAINTAINED, do not use. Development has continued at the Privacy by Design foundation, more specifically here.

Gabi

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.

Install

To install:

go get -v github.com/mhe/gabi

Test

To run tests:

go test -v ./...