libeddsa-java 0.3.0-2 source package in Ubuntu

Changelog

libeddsa-java (0.3.0-2) unstable; urgency=medium

  * Source-only upload to unstable

 -- Pierre Gruet <email address hidden>  Sat, 11 May 2024 17:48:56 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libeddsa-java_0.3.0-2.dsc 2.0 KiB 27cceb34fda6445cd43bcefdfd43503b1ed6ebe52004bc9476833d725f835a04
libeddsa-java_0.3.0.orig.tar.gz 5.5 MiB eb2205360fff2c7fb28f0fa96ca7e812622de33408c6f35e043d0b566ef84647
libeddsa-java_0.3.0-2.debian.tar.xz 3.0 KiB 958c31ca73202a2cf4a33e1e66df24289f7d5a9556329260090ef7f71b074acc

No changes file available.

Binary packages built by this source

libeddsa-java: implementation of EdDSA in Java

 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.