Skip to content

akakou/ecdaa-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.