first add files
This commit is contained in:
8
lib/Crypto/Math/_IntegerCustom.pyi
Normal file
8
lib/Crypto/Math/_IntegerCustom.pyi
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