Esempio n. 1
0
 def __init__(self, inst):
     assert ffi.typeof("struct GE *") is ffi.typeof(inst)
     self.inst = inst
Esempio n. 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
Esempio n. 3
0
 def __init__(self, inst):
     assert ffi.typeof("struct Party1Private *") is ffi.typeof(inst)
     self.inst = inst
Esempio n. 4
0
 def __init__(self, inst):
     assert ffi.typeof("struct EncryptionKey *") is ffi.typeof(inst)
     self.inst = inst
Esempio n. 5
0
 def __init__(self, inst):
     assert ffi.typeof("struct PartialSig *") is ffi.typeof(inst)
     self.inst = inst
Esempio n. 6
0
 def __init__(self, inst):
     assert ffi.typeof("struct VerificationAid *") is ffi.typeof(inst)
     self.inst = inst
Esempio n. 7
0
 def __init__(self, inst):
     assert ffi.typeof("struct CorrectKeyProof *") is ffi.typeof(inst)
     self.inst = inst
Esempio n. 8
0
 def __init__(self, inst):
     assert ffi.typeof("struct ChallengeBits *") is ffi.typeof(inst)
     self.inst = inst
Esempio n. 9
0
 def __init__(self, inst):
     assert ffi.typeof("struct EncryptedPairs *") is ffi.typeof(inst)
     self.inst = inst