ComfyUI Node
EdDSA Public Key Bytes
A ComfyUI node in ARG Toolkit/Cryptography/Modern/Asymmetric with 6 inputs and 2 outputs.
EdDSA Public Key Bytes
- private_key
- serialized_key
- public_bytes
- public_key
◄key_sourceFresh Key►
◄key_typeEd25519►
◄encodingPEM►
◄formattingSubjectPublicKeyInfo►
CategoryARG Toolkit/Cryptography/Modern/Asymmetric
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| key_source | COMBO | Fresh Key | The source of the private key to be used to sign the message |
| key_type | COMBO | Ed25519 | 2 options: Ed25519, Ed448 |
| encoding | COMBO | PEM | 4 options: PEM, DER, OpenSSH, Raw |
| formatting | COMBO | SubjectPublicKeyInfo | 3 options: SubjectPublicKeyInfo, Raw, OpenSSH |
| private_keyopt | BYTESLIKE | Only applicable if key_source is 'From Private Bytes'. | |
| serialized_keyopt | KEYOBJ | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| public_bytes | BYTESLIKE | — |
| public_key | KEYOBJ | — |