ComfyUI Node
ECDH Public Key Bytes
A ComfyUI node in ARG Toolkit/Cryptography/Modern/Asymmetric with 5 inputs and 2 outputs.
ECDH Public Key Bytes
- private_key
- public_bytes
- public_key
◄key_sourcetrue►
◄key_typex25519►
◄encodingPEM►
◄formattingSubjectPublicKeyInfo►
CategoryARG Toolkit/Cryptography/Modern/Asymmetric
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| key_source | BOOLEAN | true | The source of the private key to be used to generate the public key. |
| key_type | COMBO | x25519 | 2 options: x25519, x448 |
| encoding | COMBO | PEM | 3 options: PEM, DER, Raw |
| formatting | COMBO | SubjectPublicKeyInfo | 2 options: SubjectPublicKeyInfo, Raw |
| private_keyopt | BYTESLIKE | Only applicable if key_source is 'From Private Bytes'. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| public_bytes | BYTESLIKE | — |
| public_key | KEYOBJ | — |