pub fn address_from_pubkey(pubkey: &[u8]) -> Result<String, EthereumCryptoError>Expand description
Derive Ethereum address from public key (accepts 65-byte 0x04||XY or 64-byte XY)
pub fn address_from_pubkey(pubkey: &[u8]) -> Result<String, EthereumCryptoError>Derive Ethereum address from public key (accepts 65-byte 0x04||XY or 64-byte XY)