pub fn generate_ed25519_signature( secret_key_hex: &str, params: &[(&str, &str)], ) -> Result<SmartString>
Generate Ed25519 signature for parameters (standalone function)
This is a convenience function that creates a temporary Ed25519Auth instance and signs the parameters.
secret_key_hex
params
Hex-encoded signature