marvellous987
marvellous987
After calling `python3 examples/PSSig.py`, I met the following error: ``` ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/bplib-0.0.6-py3.10-macosx-10.9-universal2.egg/bplib/_bplib.abi3.so, 2): Symbol not found: _ERR_new Referenced from: /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/bplib-0.0.6-py3.10-macosx-10.9-universal2.egg/bplib/_bplib.abi3.so Expected in: flat namespace in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/bplib-0.0.6-py3.10-macosx-10.9-universal2.egg/bplib/_bplib.abi3.so ``` May I ask...
Hi, I encountered a type conversion issue among type `BigInt`: 1. Using `Paillier::encrypt` in rust-paillier, we need to first convert the `BigInt` variable to `RawPlaintext`. However, there is an error:...
Hi, I encounter ```Segmentation fault: 11``` when using the C version of the code in my MacOS (x86). And, I encounter ```Segmentation fault (core dumped)``` when using the C version...