Package: wnpp X-Debbugs-Cc: debian-devel@lists.debian.org Owner: Jan Mojzis <jan.moj...@gmail.com> Severity: wishlist
* Package name : python-lib25519 Version : 20231006 Upstream Contact: Jan Mojzis <jan.moj...@gmail.com> * URL : https://github.com/janmojzis/python-lib25519 * License : CC0 Programming Lang: Python Description : Python wrapper around lib25519 library lib25519 is a microlibrary for the X25519 encryption system and the Ed25519 signature system, both of which use the Curve25519 elliptic curve. lib25519 has a very simple stateless API based on the SUPERCOP API, with wire-format inputs and outputs, providing functions that directly match the central cryptographic operations in X25519 and Ed25519: lib25519.x25519.keypair(pk, sk): X25519 key generation lib25519.x25519.dh(k, pk, sk): shared-secret generation lib25519.ed25519.keypair(pk, sk): Ed25519 key generation lib25519.ed25519.sign(sm, &smlen, m, mlen, sk): signing lib25519.ed25519.open(m, &mlen, sm, smlen, pk): verification + message recovery This package is related to: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051553 I'm going to maintain the package using https://salsa.debian.org/ It is being prepared here: https://salsa.debian.org/janmojzis/python-lib25519 I need sponsor for the first upload (I'm DM). Jan