"veyron/security/serialization": Bug fix

Bug: A signature file written by a SigningWriter in one process
cannot be read by a corresponding VerifyingReader in another process
due to a VOM-decode error - "failure trying to convert: [32]uint8 to
reflect type: not possible to convert [32]uint8 to reflect.Type (type:
*vom.vArrayType)"

The problem seem to be in VOM-decoding hash blocks of type [32]uint8
from the signature file. VOM-registering the type [32]uint8 fixes
the problem.

Change-Id: Ic8fb8430af109b0e90b444ddd4a1dc88f4cadc1b
1 file changed
tree: a15161696d6055e3a6ce292206efcd81168754ec
  1. examples/
  2. jni/
  3. lib/
  4. profiles/
  5. runtimes/
  6. security/
  7. services/
  8. tools/