14
0

- Update to 2.1.0:

* Added classes to the libnacl.aead module allowing for the use of
    XChaCha20-Poly1305-IETF, ChaCha20-Poly1305-IETF, and AES256-GCM.
  * Added the libnacl.kx module. This module contains the ExchangeKey class.
- Switch to autosetup and pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=50
This commit is contained in:
2024-03-01 03:19:57 +00:00
committed by Git OBS Bridge
parent e12971655f
commit 585cacd1ce
4 changed files with 23 additions and 12 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Mar 1 03:19:33 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.1.0:
* Added classes to the libnacl.aead module allowing for the use of
XChaCha20-Poly1305-IETF, ChaCha20-Poly1305-IETF, and AES256-GCM.
* Added the libnacl.kx module. This module contains the ExchangeKey class.
- Switch to autosetup and pyproject macros.
-------------------------------------------------------------------
Wed Jul 5 08:28:58 UTC 2023 - ecsos <ecsos@opensuse.org>