commit | f21ac836e2612f71333fde45d990bc278622b672 | [log] [tgz] |
---|---|---|
author | Ankur <ataly@google.com> | Tue Aug 05 17:45:31 2014 -0700 |
committer | Ankur <ataly@google.com> | Tue Aug 05 17:45:33 2014 -0700 |
tree | 6a5de95603708d71988cac96da7370ede071c9e5 | |
parent | 9b6bbea8e98dcc5d525d415dac916bda3314ab94 [diff] |
"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