address_from_pubkey

Function address_from_pubkey 

Source
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)