]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost28147.pyi
Missing typing stubs
[pygost.git] / pygost / stubs / pygost / gost28147.pyi
index 1c0986f73bbf7343249e70a68fef2e66f83d5749..d0f17dbc137a3c99308c741f550f7255bc2515ac 100644 (file)
@@ -65,6 +65,7 @@ def cbc_encrypt(
     iv: bytes=...,
     pad: bool=...,
     sbox: str=...,
+    mesh: bool=...,
 ) -> bytes: ...
 
 
@@ -73,6 +74,7 @@ def cbc_decrypt(
     data: bytes,
     pad: bool=...,
     sbox: str=...,
+    mesh: bool=...,
 ) -> bytes: ...