Function hacl::hazmat::ed25519::sign

source ยท
pub fn sign(payload: &[u8], private_key: &[u8; 32]) -> Result<[u8; 64], Error>