pub fn derive_ethereum_address_from_der( der: &[u8], ) -> Result<[u8; 20], AddressDerivationError>
Derive EVM address from the DER payload.