]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost3410.pyi
MODE2SIZE in typing stub
[pygost.git] / pygost / stubs / pygost / gost3410.pyi
index 4b4ea5d16da465a7973e89a0ee7231570053bc8e..74d8a24e135e743b66989fb47a2617404b1eb69a 100644 (file)
@@ -4,6 +4,7 @@ from typing import Tuple
 
 DEFAULT_CURVE = ...  # type: str
 CURVE_PARAMS = ...  # type: Dict[str, Tuple[bytes, bytes, bytes, bytes, bytes, bytes]]
+MODE2SIZE = ...  # type: Dict[int, int]
 PublicKey = Tuple[int, int]