Skip to main content

py_ed25519_signature

Function py_ed25519_signature 

Source
pub fn py_ed25519_signature(private_key: &[u8], data: &str) -> PyResult<String>
Expand description

Signs data using Ed25519 with the provided private key seed.