def hexdigest(self):
     return _digest(self.msg).encode('hex')
 def digest(self):
     return _digest(self.msg)