Example #1
0
 def verify(self, message):
     return self() == sha1helper.nonstandardSha256String(message)
Example #2
0
 def verify(self, message):
     return self() == sha1helper.nonstandardSha256String(message)
Example #3
0
 def compute(self, message):
     self.set(sha1helper.nonstandardSha256String(message))
Example #4
0
 def compute(self, message):
     self.set(sha1helper.nonstandardSha256String(message))