Bug#1069970: ITP: libeddsa-java -- implementation of EdDSA in Java
Pierre Gruet <[email protected]>
| Newsgroups | gmane.linux.debian.devel.java |
|---|---|
| Message-ID | <171425001772.728585.1329433503386541908.reportbug__36234.505921469$1714250381$gmane$org@mendelssohn> |
Package: wnpp Severity: wishlist Owner: Debian-Java team <[email protected]> X-Debbugs-Cc: [email protected], [email protected] * Package name : libeddsa-java Version : 0.3.0 Upstream Contact: str4d * URL : https://github.com/str4d/ed25519-java * License : CC0-1.0 Programming Lang: Java Description : implementation of EdDSA in Java This package is needed as a dependency of libmina-sshd-java and of new upstream versions of jgit. I plan to maintain it in the Debian-Java team and to be its first uploader. 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.