package blake3

Import Path
	github.com/multiformats/go-multihash/register/blake3 (on go.dev)

Dependency Relation
	imports 3 packages, and imported by one package

Involved Source Files This package has no purpose except to register the blake3 hash function. It is meant to be used as a side-effecting import, e.g. import ( _ "github.com/multiformats/go-multihash/register/blake3" )
Package-Level Constants (total 2)
const DefaultSize = 32
const MaxSize = 128