This is an ECDAA library written in rust language.
ECDAA is a privacy-friendly signature scheme that is used for device attestation widely.
If you needs information about ECDAA, please follow the websites:
-
Auther's blog
-
FIDO ECDAA specfitication
-
Original article of DAA
This library uses the forked amcl library for cryptographic computation.
This library is just for research, not real world.
If you want to use this library for practical usages,
YOU NEED TO CHECK ITS CODES AND USE IT AT OWN RISK.