// Package serialization defines a general-purpose io.WriteCloser | |
// for writing data along with an appropriate signature that | |
// establishes integrity and authenticity of data, and an io.Reader | |
// for reading the data after verifying the signature. | |
package serialization |