X7ROOT File Manager
Current Path:
/opt/imunify360/venv/lib/python3.11/site-packages/Crypto/Math
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
Crypto
/
Math
/
📁
..
📄
Numbers.py
(1.97 KB)
📄
Numbers.pyi
(82 B)
📄
Primality.py
(11.1 KB)
📄
Primality.pyi
(823 B)
📄
_IntegerBase.py
(10.26 KB)
📄
_IntegerBase.pyi
(3.45 KB)
📄
_IntegerCustom.py
(4.15 KB)
📄
_IntegerCustom.pyi
(135 B)
📄
_IntegerGMP.py
(26.12 KB)
📄
_IntegerGMP.pyi
(78 B)
📄
_IntegerNative.py
(10.63 KB)
📄
_IntegerNative.pyi
(81 B)
📄
__init__.py
(0 B)
📁
__pycache__
📄
_modexp.abi3.so
(33.73 KB)
Editing: Primality.pyi
from typing import Callable, Optional, Union, Set PrimeResult = int COMPOSITE: PrimeResult PROBABLY_PRIME: PrimeResult def miller_rabin_test(candidate: int, iterations: int, randfunc: Optional[Callable[[int],bytes]]=None) -> PrimeResult: ... def lucas_test(candidate: int) -> PrimeResult: ... _sieve_base: Set[int] def test_probable_prime(candidate: int, randfunc: Optional[Callable[[int],bytes]]=None) -> PrimeResult: ... def generate_probable_prime(*, exact_bits: int = ..., randfunc: Callable[[int],bytes] = ..., prime_filter: Callable[[int],bool] = ...) -> int: ... def generate_probable_safe_prime(*, exact_bits: int = ..., randfunc: Callable[[int],bytes] = ...) -> int: ...
Upload File
Create Folder