PHP 8.2.30
Preview: Primality.pyi Size: 823 B
/opt/imunify360/venv/lib/python3.11/site-packages/Crypto/Math/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: ...

Directory Contents

Dirs: 1 × Files: 14

Name Size Perms Modified Actions
- drwxr-xr-x 2026-03-03 08:59:01
Edit Download
1.97 KB lrw-r--r-- 2026-02-13 12:40:39
Edit Download
82 B lrw-r--r-- 2026-02-13 12:40:39
Edit Download
11.10 KB lrw-r--r-- 2026-02-13 12:40:39
Edit Download
823 B lrw-r--r-- 2026-02-13 12:40:39
Edit Download
10.26 KB lrw-r--r-- 2026-02-13 12:40:39
Edit Download
3.45 KB lrw-r--r-- 2026-02-13 12:40:39
Edit Download
4.15 KB lrw-r--r-- 2026-02-13 12:40:39
Edit Download
135 B lrw-r--r-- 2026-02-13 12:40:39
Edit Download
26.12 KB lrw-r--r-- 2026-02-13 12:40:39
Edit Download
78 B lrw-r--r-- 2026-02-13 12:40:39
Edit Download
10.63 KB lrw-r--r-- 2026-02-13 12:40:39
Edit Download
81 B lrw-r--r-- 2026-02-13 12:40:39
Edit Download
33.73 KB lrwxr-xr-x 2026-02-13 12:41:00
Edit Download
0 B lrw-r--r-- 2026-02-13 12:40:39
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).