]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost28147.pyi
Completely get rid of addmod
[pygost.git] / pygost / stubs / pygost / gost28147.pyi
index d0f17dbc137a3c99308c741f550f7255bc2515ac..0c513e0a4e7e3d3c4fe77b2b8e728d247a65409a 100644 (file)
@@ -16,9 +16,6 @@ def block2ns(data: bytes) -> Words: ...
 def ns2block(ns: Words) -> bytes: ...
 
 
-def addmod(x: int, y: int, mod: int=...) -> int: ...
-
-
 def validate_key(key: bytes) -> None: ...