blob: 50a52e30debe9cf8dbc242a12831099f76374ee5 [file] [log] [blame]
Ankurf21ac832014-08-05 17:45:31 -07001// Package serialization defines a general-purpose io.WriteCloser
2// for writing data along with an appropriate signature that
3// establishes integrity and authenticity of data, and an io.Reader
4// for reading the data after verifying the signature.
5package serialization