Rosetta
|
Namespaces | |
pyrosetta.distributed.cluster.hkdf | |
Functions | |
bool | pyrosetta.distributed.cluster.hkdf.compare_digest (bytes a, bytes b) |
bytes | pyrosetta.distributed.cluster.hkdf.hmac_digest (Union[bytes, bytearray] key, Union[bytes, bytearray] data) |
bytes | pyrosetta.distributed.cluster.hkdf.hkdf_extract (bytes ikm, Optional[bytes] salt) |
bytes | pyrosetta.distributed.cluster.hkdf.hkdf_expand (bytes prk, bytes info) |
bytes | pyrosetta.distributed.cluster.hkdf.derive_task_key (bytes passkey, str task_id) |