]> Cypherpunks.ru repositories - pygost.git/commitdiff
MODE2SIZE in typing stub
authorSergey Matveev <stargrave@stargrave.org>
Wed, 21 Jun 2017 07:43:46 +0000 (10:43 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 21 Jun 2017 07:43:46 +0000 (10:43 +0300)
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]