Ethereum  PoC-8
The C++ Implementation of Ethereum
fromHex

Converts a (printable) ASCII hex string into the corresponding byte stream. ("41626261") == asBytes("Abba") If _throw = ThrowType::DontThrow, it replaces bad hex characters with 0's, otherwise it will throw an exception.