#credentials #bn254 #elliptic-curve #daa

yanked anonymous-credentials

Implementation of Direct Anonymous Attestation for the Web Discovery Project

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

Download history 4/week @ 2024-09-19 4/week @ 2024-09-26

396 downloads per month

MPL-2.0 license

29KB
663 lines

anonymous-credentials

Crates.io

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