# Functions
Bits is an option for NewWriter that changes the number of trailing zero bits in the rolling checksum used to identify chunk boundaries.
Fanout is an option for NewWriter that can change the fanout of the nodes in the tree produced.
MinSize is an option for NewWriter that sets a lower bound on the size of a chunk.
NewReader produces a new Reader for the hashsplit tree stored in g and rooted at ref.
NewWriter produces a new Writer writing to the given blob store.
Protect is a gc.ProtectFunc for use on split.Node refs.
# Variables
No description provided by the author
# Structs
No description provided by the author
Node is a node in a hashsplit tree created with split.Write.
Reader traverses the nodes of a hashsplit tree to produce the original (unsplit) input.
Writer is an io.WriteCloser that splits its input with a hashsplit.Splitter, writing the chunks to a bs.Store as separate blobs.
# Type aliases
Option is the type of an option passed to NewWriter.