Your message dated Mon, 10 Mar 2025 11:41:02 +0000
with message-id 
<xhahpx525rh2mwsyek25t5kch4htpraaw5joknbrumka4sshwu@syomywlz4zl6>
and subject line chacha20poly1305-reuseable is now in Debian
has caused the Debian Bug report #1071485,
regarding ITP: chacha20poly1305-reuseable -- Reusable ChaCha20Poly1305 for 
asyncio
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.)


-- 
1071485: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071485
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts <edw...@4angle.com>
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-pyt...@lists.debian.org

* Package name    : chacha20poly1305-reuseable
  Version         : 0.12.1
  Upstream Author : J. Nick Koston <n...@koston.org>
* URL             : https://github.com/bdraco/chacha20poly1305-reuseable
* License         : Apache-2.0
  Programming Lang: Python
  Description     : Reusable ChaCha20Poly1305 for asyncio

  Provides a reusable implementation of the ChaCha20Poly1305 encryption
  algorithm for asyncio.
  .
  This allows for efficient encryption and decryption operations within
  asynchronous Python applications.
  .
  Example usage:
  .
   >>> from chacha20poly1305_reuseable import ChaCha20Poly1305Reusable
   >>> key = ChaCha20Poly1305Reusable.generate_key()
   >>> chacha = ChaCha20Poly1305Reusable(key)
   >>> nonce = b"0" * 12
   >>> ciphertext = chacha.encrypt(nonce, b"some_data", b"")
   >>> plaintext = chacha.decrypt(nonce, ciphertext, b"")

I plan to maintain this package as part of the Python team.

--- End Message ---
--- Begin Message ---
See https://tracker.debian.org/pkg/python-chacha20poly1305-reuseable

--- End Message ---

Reply via email to