pksig_CW13_z

From: J.Chen and H. Wee, Dual System Groups and its Applications - Compact HIBE and More, Manuscript.
Published in: Manuscript
Available from: Manuscript
Notes:
  • type: signature (identity-based)
  • setting: bilinear groups (asymmetric)
Authors:Fan Zhang(zfwise@gwu.edu) and Hoeteck Wee, supported by GWU computer science department
Date:5/2013
Note:The paper is not published yet. One has to notice that the implementation is different with the

paper. The code is designed to optimize the performance by reducing Exponentional operation and Multiplication operation as much as possible.

class pksig_CW13_z.Sign_CW13(groupObj)[source]

Bases: charm.toolbox.PKSig.PKSig

keygen()[source]
sign(pk, sk, m)[source]
verify(pk, sig, m)[source]
vpair(g1v, g2v)[source]
pksig_CW13_z.main()[source]