Implementation of EdDSA (Ed25519) in 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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:fmccarthy:AI:pulsar:java/ed25519-java && cd $_
- Create Badge
ed25519-java
Package has built successfully and can be used to build further packages.
This package waits for other packages to be built. These can be in the same or other projects.
Package has built successfully and can be used to build further packages.
This package waits for other packages to be built. These can be in the same or other projects.
Package has built successfully and can be used to build further packages.
Package has built successfully and can be used to build further packages.
Comments 0