__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from typing import TypedDict, Callable, TypeVar, Generic
from typing_extensions import Unpack, NotRequired
from Cryptodome.PublicKey.ECC import EccKey
T = TypeVar('T')
class RequestParams(TypedDict, Generic[T]):
kdf: Callable[[bytes|bytearray|memoryview], T]
static_priv: NotRequired[EccKey]
static_pub: NotRequired[EccKey]
eph_priv: NotRequired[EccKey]
eph_pub: NotRequired[EccKey]
def key_agreement(**kwargs: Unpack[RequestParams[T]]) -> T: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| DH.py | File | 3.11 KB | 0644 |
|
| DH.pyi | File | 471 B | 0644 |
|
| KDF.py | File | 21.86 KB | 0644 |
|
| KDF.pyi | File | 1.95 KB | 0644 |
|
| SecretSharing.py | File | 8.59 KB | 0644 |
|
| SecretSharing.pyi | File | 798 B | 0644 |
|
| __init__.py | File | 1.52 KB | 0644 |
|
| __init__.pyi | File | 43 B | 0644 |
|
| _scrypt.abi3.so | File | 66.02 KB | 0644 |
|