ComfyUI Node
Elliptic Curve Public Key Bytes
A ComfyUI node in ARG Toolkit/Cryptography/Modern/Asymmetric with 5 inputs and 2 outputs.
Elliptic Curve Public Key Bytes
- serialized_key
- public_bytes
- public_key
◄curve_name▾►
◄key_sourcetrue►
◄formattingPKCS8►
◄encodingPEM►
CategoryARG Toolkit/Cryptography/Modern/Asymmetric
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| curve_name | COMBO | 9 options: SECP192R1, SECP224R1, SECP256K1, SECP256R1, SECP384R1, SECP521R1, +3 | |
| key_source | BOOLEAN | true | The source of the private key to be used to sign the message |
| formatting | COMBO | PKCS8 | 5 options: SubjectPublicKeyInfo, OpenSSH, PKCS1, CompressedPoint, UncompressedPoint |
| encoding | COMBO | PEM | 4 options: PEM, DER, OpenSSH, X962 |
| serialized_keyopt | KEYOBJ | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| public_bytes | BYTESLIKE | — |
| public_key | KEYOBJ | — |