package multihash

import (
	

	mhreg 

	_ 
	_ 
)

// Register is an alias for Register in the core package.
//
// Consider using the core package instead of this multihash package;
// that package does not introduce transitive dependencies except for those you opt into,
// and will can result in smaller application builds.
func ( uint64,  func() hash.Hash) {
	mhreg.Register(, )
}

// Register is an alias for Register in the core package.
//
// Consider using the core package instead of this multihash package;
// that package does not introduce transitive dependencies except for those you opt into,
// and will can result in smaller application builds.
func ( uint64) (hash.Hash, error) {
	return mhreg.GetHasher()
}

// DefaultLengths maps a multihash indicator code to the output size for that hash, in units of bytes.
var DefaultLengths = mhreg.DefaultLengths