https://github.com/hyperledger/aries-bbs-go
aries-bbs-go
https://github.com/hyperledger/aries-bbs-go
Last synced: 12 months ago
JSON representation
aries-bbs-go
- Host: GitHub
- URL: https://github.com/hyperledger/aries-bbs-go
- Owner: hyperledger
- License: apache-2.0
- Created: 2024-03-15T15:25:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T09:12:51.000Z (almost 2 years ago)
- Last Synced: 2025-05-01T09:05:25.739Z (12 months ago)
- Language: Go
- Homepage: https://wiki.hyperledger.org/display/aries
- Size: 101 KB
- Stars: 6
- Watchers: 21
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Short group signatures](https://crypto.stanford.edu/~xb/crypto04a/groupsigs.pdf) by Boneh, Boyen, and Shachum
and later improved in [ASM](http://web.cs.iastate.edu/~wzhang/teach-552/ReadingList/552-14.pdf) as BBS+ and touched on again
in section 4.3 in [CDL](https://eprint.iacr.org/2016/663.pdf).
## Testing
To run the unit tests, execute the `unit-tests` Makefile target.