Simple RegEx sanity check to ensure that the address is a well formed ethereum address.
Use utility in siweAuthResponder to throw a ServerError if address fails isValidEthereumAddress check. (Will be used in isValidSIWEMessage instead.)
Depends on D6028