nautilus_adapters::crypto::signing

Function rsa_signature

source
pub fn rsa_signature(private_key_pem: &str, data: &str) -> Result<String>