pub fn generate_secret_key() -> Result<(String, SecretKey)>
Generates a new Ed25519 secret key and returns its ID52.
A tuple of (ID52 string, SecretKey).