Skip to content

Commit 9637207

Browse files
committed
py-cryptodome: update to 3.18.0.
3.18.0 (18 May 2023) ++++++++++++++++++++++++++ New features --------------- * Added support for DER BOOLEAN encodings. * The library now compiles on Windows ARM64. Thanks to Niyas Sait. Resolved issues --------------- * GH#722: ``nonce`` attribute was not correctly set for XChaCha20_Poly1305 ciphers. Thanks to Liam Haber. * GH#728: Workaround for a possible x86 emulator bug in Windows for ARM64. * GH#739: OID encoding for arc 2 didn't accept children larger than 39. Thanks to James. * Correctly check that the scalar matches the point when importing an ECC private key.
1 parent 66a0bd7 commit 9637207

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

security/py-cryptodome/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.48 2023/03/30 05:32:26 wiz Exp $
1+
# $NetBSD: Makefile,v 1.49 2023/05/21 17:44:16 wiz Exp $
22

3-
DISTNAME= pycryptodome-3.17
3+
DISTNAME= pycryptodome-3.18.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
55
CATEGORIES= security python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycryptodome/}

security/py-cryptodome/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.41 2023/02/01 12:16:49 adam Exp $
1+
$NetBSD: distinfo,v 1.42 2023/05/21 17:44:16 wiz Exp $
22

3-
BLAKE2s (pycryptodome-3.17.tar.gz) = 3ebef7012147ab44aeb3ac8d3f56581138d45904f2a688b995916156d855158f
4-
SHA512 (pycryptodome-3.17.tar.gz) = 1e1ea76dd263e1776f990d7ae0126e1eb921f6643487ea199b456077b801e9c84af397b7bb63b003d56189f09718c2cb13b1e74111797bd4a22e67ddacd20b3e
5-
Size (pycryptodome-3.17.tar.gz) = 4633800 bytes
3+
BLAKE2s (pycryptodome-3.18.0.tar.gz) = b53ac880941731ed197aebcfd7527fadb491ff003736d14e20f145edc7548672
4+
SHA512 (pycryptodome-3.18.0.tar.gz) = 393e1e3a4b8a872e3e3525daadf8ab6d947b2b199697a85a9eef042d3dce709a46648684fbe416e4c3a56402b7396bf84dd5aa2cabc13767adb74de93b89e30b
5+
Size (pycryptodome-3.18.0.tar.gz) = 4639231 bytes

0 commit comments

Comments
 (0)