Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 961 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 961 Bytes

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.