pub fn py_ed25519_signature(private_key: &[u8], data: &str) -> PyResult<String>
Signs data using Ed25519 with the provided private key seed.
data