Exemple #1
0
 def __init__(self, modulus=BlumWilliamsInteger()):
     self.modulustype = modulus
Exemple #2
0
 def __init__(self, CH=ChamHash_HW09):
     self.BWInt = BlumWilliamsInteger()
     self.Prf = Prf()
     self.ChameleonHash = CH()