]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/gost34112012.py
Move hexdigest implementation to common PEP247 class
[pygost.git] / pygost / gost34112012.py
index 7ba2b5d7619b7931fb7283cfd03a5cbef9deb2fc..de4ef2e07863cc165d14a1f5884ba22831a795e7 100644 (file)
@@ -272,5 +272,3 @@ class GOST34112012(PEP247):
         hsh = g(0, hsh, chk)
         return hsh[-self._digest_size:]
 
-    def hexdigest(self):
-        return hexenc(self.digest())