-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: pdate README.md and package documentation
Although more eyeballs always help, the library has now seen a decent amount of field testing and reviews.
- Loading branch information
1 parent
3b21720
commit 44a48a9
Showing
2 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
// Copyright 2016 Maarten Everts. All rights reserved. | ||
// Copyright 2016 2020, Privacy by Design Foundation, Maarten Everts. All rights reserved. | ||
// Use of this source code is governed by a BSD-style | ||
// license that can be found in the LICENSE file. | ||
|
||
// Package gabi is an implementation of the IRMA (https://irmacard.org) approach | ||
// Package gabi is an implementation of the IRMA (https://irma.app) approach | ||
// to attribute based credentials. For now, see gabi_test.go on how to use the | ||
// library. | ||
package gabi |