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.post31
to
0.9.9.post32
+1
-1
PKG-INFO
Metadata-Version: 1.1
Name: pygcrypt
Version: 0.9.9.post31
Version: 0.9.9.post32
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.post31
Version: 0.9.9.post32
Summary: libgcrypt in Python

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

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

from . import ciphers
from .cgtypes import mpi, sexpression, key
from .gctypes import mpi, sexpression, key

@@ -10,0 +10,0 @@ lib = ffi.dlopen(find_library("gcrypt"))

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

from . import errors
from .cgtypes import mpi, sexpression, key
from .gctypes import mpi, sexpression, key

@@ -13,0 +13,0 @@ lib = ffi.dlopen(find_library("gcrypt"))

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

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

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