How to Install and Uninstall ed25519-java Package on openSuSE Tumbleweed
Last updated: December 25,2024
1. Install "ed25519-java" package
Here is a brief guide to show you how to install ed25519-java on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
ed25519-java
Copied
2. Uninstall "ed25519-java" package
Here is a brief guide to show you how to uninstall ed25519-java on openSuSE Tumbleweed:
$
sudo zypper remove
ed25519-java
Copied
3. Information about the ed25519-java package on openSuSE Tumbleweed
Information for package ed25519-java:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ed25519-java
Version : 0.3.0-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 77.0 KiB
Installed : No
Status : not installed
Source package : ed25519-java-0.3.0-4.1.src
Upstream URL : https://github.com/str4d/ed25519-java
Summary : Implementation of EdDSA (Ed25519) in Java
Description :
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.
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ed25519-java
Version : 0.3.0-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 77.0 KiB
Installed : No
Status : not installed
Source package : ed25519-java-0.3.0-4.1.src
Upstream URL : https://github.com/str4d/ed25519-java
Summary : Implementation of EdDSA (Ed25519) in Java
Description :
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.