package
1.4.0
Repository: https://github.com/lukechampine/blake3.git
Documentation: pkg.go.dev

# Functions

Decode reads content and tree data from the provided reader(s), and streams the verified content to dst.
DecodeSlice reads from data, which must contain a slice encoding for the given offset and length, and streams verified content to dst.
Encode computes the intermediate BLAKE3 tree hashes of data and writes them to dst.
EncodeBuf returns the Bao encoding and root (i.e.
EncodedSize returns the size of a Bao encoding for the provided quantity of data.
ExtractSlice returns the slice encoding for the given offset and length.
VerifyBuf verifies the Bao encoding and root (i.e.
VerifyChunks verifies the provided chunks with a full outboard encoding.
VerifySlice verifies the Bao slice encoding in data, returning the verified bytes.