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