Esempio n. 1
0
 def hexdigest(self):
     return _digest(self.msg).encode('hex')
Esempio n. 2
0
 def digest(self):
     return _digest(self.msg)