petlib icon indicating copy to clipboard operation
petlib copied to clipboard

A python library that implements a number of Privacy Enhancing Technolgies

Results 11 petlib issues
Sort by recently updated
recently updated
newest added

Hello, The MessagePack dependency package was renamed from `msgpack-python` to `msgpack`. Furthermore, the version 1.0 of `msgpack` brought some breaking changes to its API. I updated the dependency to the...

If you compare Bn to anything that is not a Bn... ``` Bn(42) == "something" ``` ...petlib falls into a recursive death: ``` Output: AttributeError Traceback (most recent call last)...

bug

When I installing petlib on win,there is an error: ` ERROR: Command errored out with exit status 1: command: 'd:\python3\python3.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\12711\\AppData\\Local\\Temp\\pip-install-_5s5ibkx\\petlib\\setup.py'"'"'; __file__='"'"'C:\\Users\\12711\\AppData\\Local\\Temp\\pip-install-_5s5ibkx\\petlib\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"',...

ubuntu18.04 LTS pip install petlib do not work, no mistake, just stop all the time

When runnung `pip install petlib` under Windows, installation fails with the following error `OSError: ctypes.util.find_library() did not manage to locate a library called 'crypto'` Error occurs with all available 64bit...

I'm stubbing petlib at the moment and noticed that https://github.com/gdanezis/petlib/blob/master/petlib/bn.py#L763 doesn't return a bool. Is that intentional?

When attempting to import petlib.pack I get the following error: Support not loading the library to build docs without compiling. Traceback (most recent call last): File "", line 1, in...

I think there is little typo in the documentation of the function do_ecdsa_verify in petlib.ecdsa: it is a copy-paste of do_ecdsa_sign (see attached screenshot) ![screen shot 2017-06-20 at 17 04...

bug