Exemple #1
0
 def __init__(self, inst):
     assert ffi.typeof("struct GE *") is ffi.typeof(inst)
     self.inst = inst
Exemple #2
0
 def __init__(self, inst):
     # warning, cbindgen lets the names collide as of Oct 2018
     assert ffi.typeof("struct KeyGenFirstMsg *") is ffi.typeof(inst)
     self.inst = inst
Exemple #3
0
 def __init__(self, inst):
     assert ffi.typeof("struct Party1Private *") is ffi.typeof(inst)
     self.inst = inst
Exemple #4
0
 def __init__(self, inst):
     assert ffi.typeof("struct EncryptionKey *") is ffi.typeof(inst)
     self.inst = inst
Exemple #5
0
 def __init__(self, inst):
     assert ffi.typeof("struct PartialSig *") is ffi.typeof(inst)
     self.inst = inst
Exemple #6
0
 def __init__(self, inst):
     assert ffi.typeof("struct VerificationAid *") is ffi.typeof(inst)
     self.inst = inst
Exemple #7
0
 def __init__(self, inst):
     assert ffi.typeof("struct CorrectKeyProof *") is ffi.typeof(inst)
     self.inst = inst
Exemple #8
0
 def __init__(self, inst):
     assert ffi.typeof("struct ChallengeBits *") is ffi.typeof(inst)
     self.inst = inst
Exemple #9
0
 def __init__(self, inst):
     assert ffi.typeof("struct EncryptedPairs *") is ffi.typeof(inst)
     self.inst = inst