Skip to content
/ eddie Public

Simple Ed25519 Elliptic Curve implementation

Notifications You must be signed in to change notification settings

cvybhu/eddie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Eddie

Simple Ed25519 Elliptic Curve implementation

The goal of this project was to learn the Rust programming language by implementing elliptic curve Ed25519 from scratch.
This is by no means a library ready for production use, it's not even constant time - DO NOT USE IT
Project is done fully from scratch without any external dependencies to also learn bignum math.

About

Simple Ed25519 Elliptic Curve implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages