Ankur | f21ac83 | 2014-08-05 17:45:31 -0700 | [diff] [blame] | 1 | // 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. | ||||
5 | package serialization |