davidv1992 / gabi

Implementation of the Idemix attribute based credential scheme used in IRMA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Reference Gabi

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.

Install

To install:

go get github.com/privacybydesign/gabi

Test

To run tests:

go test -v ./... 

About

Implementation of the Idemix attribute based credential scheme used in IRMA

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%