Key pair roles
Key generation produces private signing material and a related public verification key. Keep the private value secret and distribute only the public key. Ed25519 public keys are 32 octets. Private-key representations vary among tools: some expect a 32-octet seed, while others expose a longer combined representation, so copied values must match the receiving field's expected format.