Signs a NATS server nonce with the ed25519 key carried by a seed string.
Decodes the seed, derives the public nkey string for its role, and produces a detached
ed25519 signature over the raw nonce bytes encoded as base64url without padding. This is the
exact pair the NATS CONNECT message expects in its nkey and sig fields.
Signs a NATS server nonce with the ed25519 key carried by a seed string.
Decodes the seed, derives the public nkey string for its role, and produces a detached ed25519 signature over the raw nonce bytes encoded as base64url without padding. This is the exact pair the NATS
CONNECTmessage expects in itsnkeyandsigfields.