Skip to content
forked from mhe/gabi

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

License

Notifications You must be signed in to change notification settings

AlgorathDev/gabi

 
 

Repository files navigation

GoDoc Build Status 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.

Status

Do note that this library is still fairly young. As such there might be some API-changes in the near future. And although most (if not all) cryptographic primitives are present, it does need additional "field testing". In addition, since this library implements (non-trivial) cryptography it needs to be checked by many more eyeballs.

Install

To install:

go get -v github.com/mhe/gabi

Test

To run tests:

go test -v ./... 

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%