# Functions
NewReader returns a new compressed reader.
NewSimpleReader returns a new (uncompressed) reader.
NewSimpleWriter returns a new non-compressing writer.
NewWriter returns a new compressed writer.
# Variables
ErrHashMismatch is returned if the hash does not match.
# Structs
Reader is a compressed reader.
SimpleReader is a reader for uncompressed image containing hashes.
SimpleWriter is a writer that does not compress.
Writer is a compressed writer.