예제 #1
0
파일: ecgroup.py 프로젝트: FinalF/charm
 def decode(self, msg_bytes):
     return decode(self.group, msg_bytes)
예제 #2
0
 def decode(self, msg_bytes):
     """decode a group element into a string"""
     return decode(self.ec_group, msg_bytes)
예제 #3
0
파일: ecgroup.py 프로젝트: wuquanda/abe_py
 def decode(self, msg_bytes, include_ctr=False):
     """decode a group element into a string"""
     return decode(self.ec_group, msg_bytes, include_ctr)
예제 #4
0
파일: ecgroup.py 프로젝트: SRI-CSL/ENCODERS
 def decode(self, msg_bytes):
     """decode a group element into a string"""
     return decode(self.ec_group, msg_bytes)
예제 #5
0
 def decode(self, msg_bytes):
     return decode(self.group, msg_bytes)