Skip to content

Elliptic curves Rust reference implementation

License

Notifications You must be signed in to change notification settings

rbkhmrcr/redox-ecc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redox-ecc

Rustico

The purpose of this library is to provide mathematical operations used in elliptic curves.

Features

  • Prime field arithmetic.
  • Short Weierstrass over prime order groups.
  • Montgomery and twisted Edwards curves.

Warning

This implementation is not protected against any kind of attack, including side-channel attacks. Do not use this code for securing any application.

Limitations

  • No specify architecture optimizations.
  • No side-channel protection, see Warning section.

License

BSD 3-Clause License

About

Elliptic curves Rust reference implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%