libeddsa-java

implementation of EdDSA in Java

Description

This implementation of EdDSA is based on the ref10 implementation in SUPERCOP.

There are two internal implementations:
 - A port of the radix-2^51 operations in ref10 - fast and constant-time, but
 only useful for Ed25519;
 - A generic version using BigIntegers for calculation - a bit slower and not
 constant-time, but compatible with any EdDSA parameter specification.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/str4d/ed25519-java/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libeddsa-java