ComfyUI Node
ECDH Shared Key Exchange
A ComfyUI node in ARG Toolkit/Cryptography/Modern/Asymmetric with 4 inputs and 1 output.
ECDH Shared Key Exchange
- public_key
- private_key
- shared_key
◄key_sourcetrue►
◄key_typex25519►
CategoryARG Toolkit/Cryptography/Modern/Asymmetric
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| key_source | BOOLEAN | true | The source of the private key to be used to create the shared key. |
| key_type | COMBO | x25519 | 2 options: x25519, x448 |
| public_key | BYTESLIKE | The public key (assumed in Raw formatting) to derive the shared key from. | |
| private_keyopt | BYTESLIKE | Only applicable if key_source is 'From Private Bytes'. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| shared_key | BYTESLIKE | — |