コード例 #1
0
ファイル: ecgroup.py プロジェクト: FinalF/charm
 def init(self, _type=ZR):
     return init(self.group, _type)
コード例 #2
0
ファイル: ecgroup.py プロジェクト: marciopocebon/ENCODERS
 def init(self, _type=ZR):
     """initializes an object with a specified type and value"""
     return init(self.ec_group, _type)
コード例 #3
0
ファイル: ecgroup.py プロジェクト: wuquanda/abe_py
 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
ファイル: ecgroup.py プロジェクト: SRI-CSL/ENCODERS
 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)