package
0.0.0-20240726205954-93d05801347e
Repository: https://github.com/wplapper/restic.git
Documentation: pkg.go.dev

# Functions

NewReader returns a new Reader that uses the hash h.
NewWriter wraps the writer w and feeds all data written to the hash h.

# Structs

A Reader hashes all data read from the underlying reader.
Writer transparently hashes all data while writing it to the underlying writer.