Skip to content
/ ed25519 Public
forked from pyca/ed25519

Optimized version of the reference implementation of Ed25519

License

Notifications You must be signed in to change notification settings

Ivoz/ed25519

 
 

Repository files navigation

ed25519

image

Ed25519 is a high speed public key signature system. ed25519.py is the reference implementation that has been optimized for a faster runtime. It does not include protections against side channel attacks. The original reference implementation can be found on the authors website.

Warning

This code is almost never what you want. It is hopefully useful in cases where you absolutely cannot have any C code dependencies. Unless you absolutely cannot have C code dependencies you would be better off using something like PyNaCl.

Running the tests

ed25519.py uses tox to run the test suite. You can run all the tests by using:

$ tox

Resources

  • IRC (#cryptography-dev - irc.freenode.net)

About

Optimized version of the reference implementation of Ed25519

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%