private byte[] fromHex(String hex) {
   return ByteArray.fromHexString(hex);
 }