ecc_linkable_ring_signatures
ecc_linkable_ring_signatures copied to clipboard
Minimalistic implementation of a linkable spontaneously anonymous group (LSAG) signature scheme with python over elliptic curves.
Results
2
ecc_linkable_ring_signatures issues
Sort by
recently updated
recently updated
newest added
Hi Fernando, I rewrited your code to the project ``python-ecdsa`` in branch ``ring-signature``. https://github.com/zbohm/python-ecdsa/compare/master...ring-signature Please, would you be so kind to make me code review? Especialy file `ring_signature_factory.py`. Thanks a...
The message itself should be included in the image key calculation, otherwise the image key will not be unique for the message.