https://github.com/cryptimeleon/issuer-hiding-cred
An implementation of issuer-hiding credentials for benchmarking
https://github.com/cryptimeleon/issuer-hiding-cred
Last synced: 6 months ago
JSON representation
An implementation of issuer-hiding credentials for benchmarking
- Host: GitHub
- URL: https://github.com/cryptimeleon/issuer-hiding-cred
- Owner: cryptimeleon
- License: apache-2.0
- Created: 2021-09-07T11:23:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T13:04:15.000Z (over 4 years ago)
- Last Synced: 2025-09-10T06:26:45.428Z (10 months ago)
- Language: Java
- Size: 74.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# issuer-hiding-cred
An implementation of [issuer-hiding credentials](https://eprint.iacr.org/2022/213) for benchmarking.
## How to run benchmark
```./gradlew run --args "5 10 100"```
runs the benchmark with 5 issuers, 10 attributes, and averaging over 100 runs.