tests: make encryptedBlobs test vector match spec

refs #4713

Change-Id: I3c085aba9a89b9fb4be6b51b7ffeb66ff1074ab5
diff --git a/tests/tests/static-data.hpp b/tests/tests/static-data.hpp
index fc36008..4f602a4 100644
--- a/tests/tests/static-data.hpp
+++ b/tests/tests/static-data.hpp
@@ -1,6 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /**
- * Copyright (c) 2014-2018, Regents of the University of California
+ * Copyright (c) 2014-2020, Regents of the University of California
  *
  * NAC library is free software: you can redistribute it and/or modify it under the
  * terms of the GNU Lesser General Public License as published by the Free Software
@@ -47,9 +47,9 @@
   };
 
   std::vector<Block> encryptedBlobs = {
-    "82478510DC331EF7FA210457DA66E482BFE1E7E1841048E10F2E5B32E25F82313FA65F2E83D707210804736F6D650802636B08067072656669780802434B0809FD000001499D598CAA"_block,
-    "82478510A90A73A1D30F17F847A267710277D0408410C1DAA5E46775AB37520D86B6FEBD7A1D07210804736F6D650802636B08067072656669780802434B0809FD000001499D598CB4"_block,
-    "824785106C052A756686E78D8E3D79B543A84CE88410C191BA54FA84F03CAB68C57455D388AE07210804736F6D650802636B08067072656669780802434B0809FD000001499D598CBE"_block
+    "8247 841048E10F2E5B32E25F82313FA65F2E83D7 8510DC331EF7FA210457DA66E482BFE1E7E1 07210804736F6D650802636B08067072656669780802434B0809FD000001499D598CAA"_block,
+    "8247 8410C1DAA5E46775AB37520D86B6FEBD7A1D 8510A90A73A1D30F17F847A267710277D040 07210804736F6D650802636B08067072656669780802434B0809FD000001499D598CB4"_block,
+    "8247 8410C191BA54FA84F03CAB68C57455D388AE 85106C052A756686E78D8E3D79B543A84CE8 07210804736F6D650802636B08067072656669780802434B0809FD000001499D598CBE"_block
   };
 
   std::vector<Block> encryptorPackets = {