]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/gost34112012.py
Add missing hash.new mypy stub entries
[pygost.git] / pygost / gost34112012.py
index de4ef2e07863cc165d14a1f5884ba22831a795e7..bfb7cc926dc3633e4e861ba84a900ebda6fe4577 100644 (file)
@@ -271,4 +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:]
-