[ trixie ]
[ sid ]
[ 源代码: libeddsa-java ]
软件包:libeddsa-java(0.3.0-2.1)
libeddsa-java 的相关链接
Debian 的资源:
下载源码包 libeddsa-java:
- [libeddsa-java_0.3.0-2.1.dsc]
- [libeddsa-java_0.3.0.orig.tar.gz]
- [libeddsa-java_0.3.0-2.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.