示例#1
0
文件: ecgroup.py 项目: FinalF/charm
 def init(self, _type=ZR):
     return init(self.group, _type)
示例#2
0
 def init(self, _type=ZR):
     """initializes an object with a specified type and value"""
     return init(self.ec_group, _type)
示例#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)
示例#4
0
 def init(self, _type=ZR):
     """initializes an object with a specified type and value"""        
     return init(self.ec_group, _type)
示例#5
0
 def init(self, _type=ZR):
     return init(self.group, _type)