ComfyUI Node
EdDSA Signature Generator
A ComfyUI node in ARG Toolkit/Cryptography/Modern/Asymmetric with 5 inputs and 1 output.
EdDSA Signature Generator
- private_bytes
- serialized_key
- signature
◄key_sourceFresh Key►
◄key_typeEd25519►
◄messageHello World!►
CategoryARG Toolkit/Cryptography/Modern/Asymmetric
Inputs (5)
| 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 |
| message | STRING | Hello World! | — |
| private_bytesopt | BYTESLIKE | Only applicable if key_source is 'From Private Bytes'. | |
| serialized_keyopt | KEYOBJ | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| signature | BYTESLIKE | — |