Esempio n. 1
0
 def init(self, _type=ZR):
     return init(self.group, _type)
Esempio n. 2
0
 def init(self, _type=ZR):
     """initializes an object with a specified type and value"""
     return init(self.ec_group, _type)
Esempio n. 3
0
 def init(self, _type=ZR, value=None):
     """initializes an object with a specified type and value"""
     if value is not None:
         return init(self.ec_group, _type, value)
     return init(self.ec_group, _type)
Esempio n. 4
0
 def init(self, _type=ZR):
     """initializes an object with a specified type and value"""        
     return init(self.ec_group, _type)
Esempio n. 5
0
 def init(self, _type=ZR):
     return init(self.group, _type)