]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/gost34112012.py
Add missing hash.new mypy stub entries
[pygost.git] / pygost / gost34112012.py
index 7ba2b5d7619b7931fb7283cfd03a5cbef9deb2fc..bfb7cc926dc3633e4e861ba84a900ebda6fe4577 100644 (file)
@@ -271,6 +271,3 @@ class GOST34112012(PEP247):
         hsh = g(0, hsh, pack("<Q", n) + 56 * b"\x00")
         hsh = g(0, hsh, chk)
         return hsh[-self._digest_size:]
-
-    def hexdigest(self):
-        return hexenc(self.digest())