akakou / ecdaa-rs

Home Page:https://dev.to/akakou/daa-direct-anonymous-attestation-17i7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ecdaa-rs

Rust

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:

This library uses the forked amcl library for cryptographic computation.

Note

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.