Skip to content

gnprice/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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%