]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost3410.pyi
Use public key tuple as an argument for convenience
[pygost.git] / pygost / stubs / pygost / gost3410.pyi
index aacb9ab04df00b34a833503a1cb58e7fd36fd11f..84028df4b85912fbc0b3fd4424ab63b49905e490 100644 (file)
@@ -34,8 +34,7 @@ def sign(
 
 def verify(
     curve: GOST3410Curve,
-    pubkeyX: int,
-    pubkeyY: int,
+    pub: PublicKey,
     digest: bytes,
     signature: bytes,
     size: int=...,