diff options
Diffstat (limited to 'lib/Crypto/Math/_IntegerCustom.pyi')
-rw-r--r-- | lib/Crypto/Math/_IntegerCustom.pyi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Crypto/Math/_IntegerCustom.pyi b/lib/Crypto/Math/_IntegerCustom.pyi new file mode 100644 index 0000000..2dd75c7 --- /dev/null +++ b/lib/Crypto/Math/_IntegerCustom.pyi @@ -0,0 +1,8 @@ +from typing import Any + +from ._IntegerNative import IntegerNative + +_raw_montgomery = Any + +class IntegerCustom(IntegerNative): + pass |