//
pkg.gl
Category
github.com/wplapper/restic
library
repository
hashing
package
0.0.0-20240726205954-93d05801347e
Repository:
https://github.com/wplapper/restic.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
49 SLOC
#
Functions
NewReader
NewReader returns a new Reader that uses the hash h.
NewWriter
NewWriter wraps the writer w and feeds all data written to the hash h.
#
Structs
Reader
A Reader hashes all data read from the underlying reader.
Writer
Writer transparently hashes all data while writing it to the underlying writer.