pub fn ed25519_sign( secret_key: &str, payload: &[u8], ) -> (VerifyingKey, [u8; 64])
Sign any payload.