sigma3

Sigma Protocol 3 - Proof of Membership (Sigma3)

Authors: Charm Developers

Notes: Proof of membership: {(h): H = e(g,h) and W = e(h,V)}

Scheme Properties

  • Type: sigma protocol (zero-knowledge proof of membership)

  • Setting: bilinear groups (pairing-based)

  • Assumption: DL

Implementation

Authors:
  1. Ayo Akinyele

Date:

2/2012

class sigma3.SigmaProtocol3(groupObj=None, common_input=None)[source]

Bases: Sigma

prover_state1()[source]
prover_state3(input)[source]
prover_state5(input)[source]
verifier_state2(input)[source]
verifier_state4(input)[source]
verifier_state6(input)[source]