ComfyUI Node
EDDSA Message Verification
A ComfyUI node in ARG Toolkit/Cryptography/Modern/Asymmetric with 6 inputs and 1 output.
EDDSA Message Verification
- message
- signature
- public_bytes
- public_key
- verify_status
◄key_typeEd25519►
◄key_source—►
CategoryARG Toolkit/Cryptography/Modern/Asymmetric
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| key_type | COMBO | Ed25519 | 2 options: Ed25519, Ed448 |
| key_source | BOOLEAN | The source of the private key to be used to verify the signature of the message | |
| message | BYTESLIKE | — | |
| signature | BYTESLIKE | — | |
| public_bytesopt | BYTESLIKE | — | |
| public_keyopt | KEYOBJ | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| verify_status | BOOLEAN | — |