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