pygcrypt
Advanced tools
+1
-1
| 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) |
+1
-1
| [egg_info] | ||
| tag_date = 0 | ||
| tag_build = | ||
| tag_svn_revision = 0 | ||
| tag_date = 0 | ||
+1
-1
@@ -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', |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.