Implementation of EdDSA (Ed25519) in Java
https://github.com/str4d/ed25519-java
This is an implementation of EdDSA in Java. Structurally, it
is based on the ref10 implementation in SUPERCOP (see
http://ed25519.cr.yp.to/software.html).
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.
- Links to Java:packages / ed25519-java
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:fstrba:mpt4/ed25519-java && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
0001-EdDSAEngine.initVerify-Handle-any-non-EdDSAPu |
0000001720 1.68 KB | |
0002-Disable-test-that-relies-on-internal-sun-JDK- |
0000001798 1.76 KB | |
_link | 0000000121 121 Bytes | |
ed25519-java-0.3.0.tar.gz | 0005818862 5.55 MB | |
ed25519-java-CVE-2020-36843.patch | 0000001623 1.58 KB | |
ed25519-java-build.xml | 0000005355 5.23 KB | |
ed25519-java.changes | 0000001486 1.45 KB | |
ed25519-java.spec | 0000002827 2.76 KB |
Comments 0