nautilus_adapters::crypto::signing

Function ed25519_signature

source
pub fn ed25519_signature(private_key: &[u8], data: &str) -> Result<String>