14
0

- update to libsodium26

- add crypto_kdf_derive.patch to fix crypto_kdf_derive_from_key() on 32-bit platforms
    the new pack_nonce option allows for the nonce to be omitted
his release introduces the DualKey class, secure key saving and loading,
Dual Keys are classes which can encrypt and sign data. These classes generate
The original time nonce routine used the first 20 chars of the 24 char nonce for the microsecond
timestamp (based on salt's jid), leaving 4 chars for random data. This new nonce uses far fewer
chars for the timestamp by hex encoding the float of microseconds into just 13 chars,

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=53
This commit is contained in:
2024-06-12 09:50:10 +00:00
committed by Git OBS Bridge
parent 47019ea1a7
commit e1f60b5eeb
2 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 12 09:50:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to libsodium26
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 1 03:20:14 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com> Fri Mar 1 03:20:14 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -34,7 +34,7 @@ BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(libsodium) BuildRequires: pkgconfig(libsodium)
# This will need updating and verification but smart magic is not copied by # This will need updating and verification but smart magic is not copied by
# singlespec macros # singlespec macros
Requires: libsodium23 Requires: libsodium26
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages