Your message dated Sat, 30 Dec 2023 11:00:12 +0000
with message-id <e1rjx4e-00axqm...@fasolo.debian.org>
and subject line Bug#1051553: fixed in lib25519 0~20230630-1
has caused the Debian Bug report #1051553,
regarding ITP: lib25519 -- X25519/Ed25519 microlibrary
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1051553: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051553
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Jan Mojzis <jan.moj...@gmail.com>
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name    : lix25519
  Version         : 20230630
  Upstream Authort: Daniel J. Bernstein
* URL             : https://lib25519.cr.yp.to/
* License         : LicenseRef-PD-hp OR CC0-1.0 OR 0BSD OR MIT-0 OR MIT
  Programming Lang: C
  Description     : X25519 microlibrary


lib25519 is a microlibrary for the X25519 encryption system and the Ed25519 
signature system, both of which use the Curve25519 elliptic curve. Curve25519 
is the fastest curve in TLS 1.3, and the only curve in Wireguard, Signal, and 
many other applications (see Nicolai Brown's page 
https://ianix.com/pub/curve25519-deployment.html).

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_dh_keypair(pk,sk): X25519 key generation
lib25519_dh(k,pk,sk): shared-secret generation
lib25519_sign_keypair(pk,sk): Ed25519 key generation
lib25519_sign(sm,&smlen,m,mlen,sk): signing
lib25519_sign_open(m,&mlen,sm,smlen,pk): verification + message recovery
Internally, lib25519 includes implementations designed for performance on 
various CPUs, implementations designed to work portably across CPUs, and 
automatic run-time selection of implementations.

lib25519 is intended to be called by larger multi-function libraries, including 
libraries in other languages via FFI. The idea is that lib25519 will take 
responsibility for the details of X25519/Ed25519 computation, including 
optimization, timing-attack protection, and eventually verification, freeing up 
the calling libraries to concentrate on application-specific needs such as 
protocol integration. Applications can also call lib25519 directly.

I'm using this library and I'm going to maintain using https://salsa.debian.org/
I need sponsor for the first upload (I'm DM).

--- End Message ---
--- Begin Message ---
Source: lib25519
Source-Version: 0~20230630-1
Done: Jan Mojžíš <jan.moj...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
lib25519, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1051...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jan Mojžíš <jan.moj...@gmail.com> (supplier of updated lib25519 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 11 Sep 2023 17:29:24 +0200
Source: lib25519
Binary: ed25519 ed25519-dbgsym lib25519-1 lib25519-1-dbgsym lib25519-dev x25519 
x25519-dbgsym
Architecture: source amd64
Version: 0~20230630-1
Distribution: unstable
Urgency: medium
Maintainer: Jan Mojžíš <jan.moj...@gmail.com>
Changed-By: Jan Mojžíš <jan.moj...@gmail.com>
Description:
 ed25519    - microlibrary X25519/Ed25519 - Ed25519 command line tools
 lib25519-1 - microlibrary X25519/Ed25519 - shared library
 lib25519-dev - microlibrary X25519/Ed25519 - development files
 x25519     - microlibrary X25519/Ed25519 - X25519 command line tools
Closes: 1051553
Changes:
 lib25519 (0~20230630-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1051553)
Checksums-Sha1:
 33550d09f4a1f383836cc47f390c9e9383e24307 1607 lib25519_0~20230630-1.dsc
 4fc97593953f996d270717c97fc79ea20204791a 2723155 
lib25519_0~20230630.orig.tar.gz
 ba11ad609020051fad6ab86ea571c7d158b469ea 5488 
lib25519_0~20230630-1.debian.tar.xz
 59516b2025194998c0e91c9aa18479767c2f2373 12164 
ed25519-dbgsym_0~20230630-1_amd64.deb
 95532673c0459d3a800f3d1be336fa9f50bf7ecd 8400 ed25519_0~20230630-1_amd64.deb
 662bbde045d08445e846170c2e447f0e16b84ba2 274692 
lib25519-1-dbgsym_0~20230630-1_amd64.deb
 3ec3b3b55c0cd25a26c52fbd0ea8c145434659a7 78108 
lib25519-1_0~20230630-1_amd64.deb
 17e7628540f5a3e3017ee60563bad8b5e8a7e49e 87372 
lib25519-dev_0~20230630-1_amd64.deb
 f2368f2bce7795e98d41e55c16316440e4c3f535 7525 
lib25519_0~20230630-1_amd64.buildinfo
 fd0dbbcb1303227ff9027bf300768cdbc2f9298c 8528 
x25519-dbgsym_0~20230630-1_amd64.deb
 9a07f4f0dcf3e17955e9d63ef967bb73be692a4a 7104 x25519_0~20230630-1_amd64.deb
Checksums-Sha256:
 a9fa81bcb2766d6475374705b4ac2baf3b0422cca33d32feb2cfd300b1ca4e9f 1607 
lib25519_0~20230630-1.dsc
 6bcb8dce4b3b64207992d82e8d05ab84ab3c72dbca147a369f5b7e0e67bd7033 2723155 
lib25519_0~20230630.orig.tar.gz
 3e7488c96cf345536556f8da2453778253a5bad61a125c3a10b44eb412d4ab76 5488 
lib25519_0~20230630-1.debian.tar.xz
 1162e1cf2efb262711f362f21c1d122a6647cde1010805e883ca9bd3ef466b67 12164 
ed25519-dbgsym_0~20230630-1_amd64.deb
 4d6e339ac289628479ee790e5f93af9512d4ae0466df660949f5c6049b881f91 8400 
ed25519_0~20230630-1_amd64.deb
 35776ecab8df4559c8a2fac8b1f580875e021601c0adde3deaea78853b5f53e5 274692 
lib25519-1-dbgsym_0~20230630-1_amd64.deb
 86f2defaef82362ba76f800f8cc5eae5880cdf14747a1c359f42f3dbec4aa1da 78108 
lib25519-1_0~20230630-1_amd64.deb
 4fbec496e1a87652f47c424250716589df6dae63366f0afec6d9c691b88e1acc 87372 
lib25519-dev_0~20230630-1_amd64.deb
 37bab854b59df3672bb333d9c231f233e0c089fa49d509c0a451d4bd56c8714a 7525 
lib25519_0~20230630-1_amd64.buildinfo
 4034d81ea8184bb21b5833c266d626f8f4fa39a860974ad7f7f1123964e8102a 8528 
x25519-dbgsym_0~20230630-1_amd64.deb
 b3e6535ad2dd17355507f95b1ef38947ad6816a4db39bc74723ad3599b26fffc 7104 
x25519_0~20230630-1_amd64.deb
Files:
 c14ef7def5adb15efe2bff2d5675f590 1607 libs optional lib25519_0~20230630-1.dsc
 8ed43e9f227964927e988a32eb082934 2723155 libs optional 
lib25519_0~20230630.orig.tar.gz
 dc51ce0692a765ad16ebd3fca0d398d4 5488 libs optional 
lib25519_0~20230630-1.debian.tar.xz
 b40fafef8d1122d421f32ef712bef0be 12164 debug optional 
ed25519-dbgsym_0~20230630-1_amd64.deb
 a41549e88b16831ffdf3aa46324bd08d 8400 devel optional 
ed25519_0~20230630-1_amd64.deb
 c601290f17dcd3d0cd60ccab9f2b0ab9 274692 debug optional 
lib25519-1-dbgsym_0~20230630-1_amd64.deb
 f7f9b99c61ae5ceb10b7205a589539a3 78108 libs optional 
lib25519-1_0~20230630-1_amd64.deb
 6d65aa976f014e17c1cfc22acdf99ef2 87372 libdevel optional 
lib25519-dev_0~20230630-1_amd64.deb
 2503d501fdea85c58e2f946a5c7d0818 7525 libs optional 
lib25519_0~20230630-1_amd64.buildinfo
 eb1f3765b3b14b728eb1640695a0f72c 8528 debug optional 
x25519-dbgsym_0~20230630-1_amd64.deb
 2741cdd6b0c4695e6c1195a1e649d439 7104 devel optional 
x25519_0~20230630-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iHUEARYIAB0WIQSjzJyHC50xCrrUzy9RcisI/kdFogUCZSmoyQAKCRBRcisI/kdF
oniaAP40T5SKYcy9tCb3KW5yvvMdq4xrmIYymIj5FWqYSvqYCQD/SINDFx8OCtpa
9E2yVd0JKZTv8s0wseRl12GPwwJLMww=
=ntbq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to