X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost3410.pyi;h=345a3e69f1d401c375796f60e4f4e34ae12f38c0;hp=4be9bbbadbd77ccbd02e7381fa03e9a94e6cd999;hb=9ab3b1d03f734f4aae28364f7a6c7c7c223b30a9;hpb=08cedcc91f44b8ffd2d8f3a3fbbb15263ccff440 diff --git a/pygost/stubs/pygost/gost3410.pyi b/pygost/stubs/pygost/gost3410.pyi index 4be9bbb..345a3e6 100644 --- a/pygost/stubs/pygost/gost3410.pyi +++ b/pygost/stubs/pygost/gost3410.pyi @@ -55,6 +55,9 @@ def verify(curve: GOST3410Curve, pub: PublicKey, digest: bytes, signature: bytes def prv_unmarshal(prv: bytes) -> int: ... +def prv_marshal(curve: GOST3410Curve, prv: int) -> bytes: ... + + def pub_marshal(pub: PublicKey) -> bytes: ...