Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 039be830e2 | |||
| edbc8ff98a |
BIN
pycryptodome-3.22.0.tar.gz
LFS
BIN
pycryptodome-3.22.0.tar.gz
LFS
Binary file not shown.
3
pycryptodome-3.23.0.tar.gz
Normal file
3
pycryptodome-3.23.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5a905f0f4237b79aefee47f3e04568db2ecb70c55dd7cb118974c5260aa9e285
|
||||||
|
size 19732639
|
||||||
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 14 18:32:20 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.23.0:
|
||||||
|
* Added cipher modes Key Wrap (KW, RFC3394) and Key Wrap with
|
||||||
|
Padding (KWP, RFC5649). Both are defined also in NIST SP
|
||||||
|
800-38F.
|
||||||
|
* GH#862: For HashEdDSA and Ed448, sign() and verify() modified
|
||||||
|
the state of the XOF.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 10 17:36:55 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Thu Apr 10 17:36:55 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pycryptodome
|
# spec file for package python-pycryptodome
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define min_version %{lua:rpm.expand("%{version}"):gsub("^(%d+%.%d+).*", "%1")}
|
%define min_version %{lua:rpm.expand("%{version}"):gsub("^(%d+%.%d+).*", "%1")}
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pycryptodome
|
Name: python-pycryptodome
|
||||||
Version: 3.22.0
|
Version: 3.23.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cryptographic library for Python
|
Summary: Cryptographic library for Python
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
|||||||
Reference in New Issue
Block a user