pyring
pyring copied to clipboard
Ring signature implementations in Python
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...