pub fn load_ecdsa_verifying_key_from_public_key(
    b: &[u8]
) -> Result<VerifyingKey>
Expand description

Same as “from_public_key_der”. ref. https://github.com/gakonst/ethers-rs/tree/master/ethers-signers/src/aws “decode_pubkey”