5 releases
0.1.4 | Jun 27, 2024 |
---|---|
0.1.3 | Jun 21, 2024 |
0.1.2 | Apr 25, 2024 |
0.1.1 | Apr 25, 2024 |
0.1.0 | Apr 24, 2024 |
#13 in #bn254
396 downloads per month
29KB
663 lines
anonymous-credentials
Partial implementation of Direct Anonymous Attestation (DAA) for the Web Discovery Project. Only signer functions are available. Performs the same elliptic curve operations as the original C library.
bn254 is the only supported curve for this library.
License
This project is licensed under the terms of the Mozilla Public License 2.0.
lib.rs
:
Partial implementation of Direct Anonymous Attestation (DAA) for the Web Discovery Project. Only signer functions are available. Performs the same elliptic curve operations as the original C library.
bn254 is the only supported curve for this library.
Dependencies
~1–1.6MB
~37K SLoC