use crateError;
use crate::;
//get eth address provided the uncompressed pub key
/// To get ETH address from pub key
/// ```ignore
/// use rhoast_utils::eth_address_from_public_key::get_eth_addr_from_public_key;
///
/// let eth= get_eth_addr_from_public_key("pub_key").unwrap();
/// println!("{eth}");
/// ```
///