]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/wrap.pyi
Missing typing stubs
[pygost.git] / pygost / stubs / pygost / wrap.pyi
index ec63cb53b4961050ff303076a020033f918490c6..7aba9d2c11596e15612837d8c56d0bc7c7d2b165 100644 (file)
@@ -1,10 +1,10 @@
-def wrap_gost(ukm: bytes, kek: bytes, cek: bytes) -> bytes: ...
+def wrap_gost(ukm: bytes, kek: bytes, cek: bytes, sbox: str) -> bytes: ...
 
 
-def unwrap_gost(kek: bytes, data: bytes) -> bytes: ...
+def unwrap_gost(kek: bytes, data: bytes, sbox: str) -> bytes: ...
 
 
-def wrap_cryptopro(ukm: bytes, kek: bytes, cek: bytes) -> bytes: ...
+def wrap_cryptopro(ukm: bytes, kek: bytes, cek: bytes, sbox: str) -> bytes: ...
 
 
-def unwrap_cryptopro(kek: bytes, data: bytes) -> bytes: ...
+def unwrap_cryptopro(kek: bytes, data: bytes, sbox: str) -> bytes: ...