pyring icon indicating copy to clipboard operation
pyring copied to clipboard

Ring signature implementations in Python

Results 2 pyring issues
Sort by recently updated
recently updated
newest added

title python setup.py build Traceback (most recent call last): File "/home/notyou/school/flaskProject1/pyring/setup.py", line 15, in import distutils ModuleNotFoundError: No module named 'distutils'

As part of my blockchain project, I am trying to store a generated ring signature on a chain. Every public key exists on the same blockchain before, but the idea...