Get signal verification public key
hl_signal_pubkeyObtain the server's Ed25519 public key to independently verify signal authenticity and timestamp.
Instructions
Returns the server's Ed25519 public key (SPKI DER, base64) used to sign emitted signals, so anyone can independently verify a signal's authenticity and timestamp. Canonicalization: JSON with recursively sorted keys over {payload, ts}; signature is base64 Ed25519.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alg | Yes | ||
| ephemeral | Yes | ||
| publicKey | Yes | ||
| canonicalization | Yes |