pub fn rsig_from_normalized_sig_and_digest_bytes(
    normalized_sig: &Signature,
    digest: &[u8],
    vkey: &VerifyingKey
) -> Result<Signature>
Expand description

ref. “ethers-signers::aws::util::rsig_from_digest_bytes_trial_recovery”