pub fn sign_sha512( payload: &[u8], private_key: &[u8; 32], nonce: &[u8; 32], ) -> Result<[u8; 64], Error>
Sign