pub fn raw_public_key_to_address<T: AsRef<[u8]>>(pubkey: T) -> Address
Convert a raw, uncompressed public key to an address.
This method does not verify that the public key is valid. It is the caller’s responsibility to pass a valid public key. Passing an invalid public key will produce an unspendable output.
When the input is not EXACTLY 64 bytes.