示例#1
0
文件: ecgroup.py 项目: FinalF/charm
 def order(self):
     return order(self.group)
示例#2
0
 def order(self):
     """returns the order of the group"""
     return order(self.ec_group)
示例#3
0
 def order(self):
     """returns the order of the group"""
     return order(self.ec_group)
示例#4
0
 def order(self):
     return order(self.group)