"veyron/security/serialization": Serialization Library

This CL adds a general serialization library that  defines:
(1) A SigningWriter for writing data (to a given data writer) and a
signature of the data (to a given signature writer)
(2) A VerifyingReader for reading and verifying data written by a
SigningWriter.

The IDManager within wspr is modified to use this serialization library.

Change-Id: Ib685215943a089149f72133706579c4fa6cb63b6
6 files changed
tree: 6a5de95603708d71988cac96da7370ede071c9e5
  1. examples/
  2. lib/
  3. products/
  4. runtimes/
  5. security/
  6. services/
  7. tools/