second commit
This commit is contained in:
8
env/lib/python3.11/site-packages/Crypto/Math/_IntegerCustom.pyi
vendored
Normal file
8
env/lib/python3.11/site-packages/Crypto/Math/_IntegerCustom.pyi
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
from typing import Any
|
||||
|
||||
from ._IntegerNative import IntegerNative
|
||||
|
||||
_raw_montgomery = Any
|
||||
|
||||
class IntegerCustom(IntegerNative):
|
||||
pass
|
Reference in New Issue
Block a user