Skip to content

Instantly share code, notes, and snippets.

@andres-erbsen
andres-erbsen / LSAGS with python-charms
Last active September 5, 2017 15:01
LWW Linkable Spontaneous Anonymous Group Signature for Ad Hoc Groups (LSAGS) | From: "Linkable Spontaneous Anonymous Group Signature for Ad Hoc Groups" | Published in: | Available from: http://eprint.iacr.org/2004/027.pdf | Notes: Implemented in one night by one person, so probably NOT good enough * type: signature * setting: cyclic groups of pr…
from charm.toolbox.ecgroup import ECGroup
from charm.toolbox.PKSig import PKSig
from charm.toolbox.ecgroup import G
"""
LWW Linkable Spontaneous Anonymous Group Signature for Ad Hoc Groups (LSAGS)
| From: "Linkable Spontaneous Anonymous Group Signature for Ad Hoc Groups"
| Published in:
| Available from: http://eprint.iacr.org/2004/027.pdf