You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

pygcrypt

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pygcrypt - pypi Package Compare versions

Comparing version
0.9.9.post32
to
0.9.9.post33
+1
-1
PKG-INFO
Metadata-Version: 1.1
Name: pygcrypt
Version: 0.9.9.post32
Version: 0.9.9.post33
Summary: libgcrypt in Python

@@ -5,0 +5,0 @@ Home-page: https://phab.okhin.fr/diffusion/PGCRY/

Metadata-Version: 1.1
Name: pygcrypt
Version: 0.9.9.post32
Version: 0.9.9.post33
Summary: libgcrypt in Python

@@ -5,0 +5,0 @@ Home-page: https://phab.okhin.fr/diffusion/PGCRY/

@@ -98,3 +98,3 @@ #!/usr/bin/env python

raise errors.GcryptException(ffi.string(lib.gcry_strerror(error)).decode(), error)
error = lib.gcry_control(lib.GCRYCTL_INIT_SECMEM, ffi.cast("int", 16384), ffi.cast("int", 0)) # 16k of secmem shoudl be more than enough
error = lib.gcry_control(lib.GCRYCTL_INIT_SECMEM, ffi.cast("int", 46384), ffi.cast("int", 0)) # 16k of secmem shoudl be more than enough
if error != 0:

@@ -101,0 +101,0 @@ raise errors.GcryptException(ffi.string(lib.gcry_strerror(error)).decode(), error)

[egg_info]
tag_date = 0
tag_build =
tag_svn_revision = 0
tag_date = 0

@@ -28,3 +28,3 @@ #!/usr/bin/env python

# https://packaging.python.org/en/latest/single_source_version.html
version='0.9.9-32',
version='0.9.9-33',

@@ -31,0 +31,0 @@ description='libgcrypt in Python',