예제 #1
0
파일: ecgroup.py 프로젝트: FinalF/charm
 def order(self):
     return order(self.group)
예제 #2
0
파일: ecgroup.py 프로젝트: SRI-CSL/ENCODERS
 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)