Documentation ¶
Overview ¶
Package hashext provides extensions to the standard crypto/hash package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiHash ¶
type MultiHash []TypedHash
MultiHash is an interface providing hash.Hash over multiple hash instances.
func NewMultiHash ¶
NewMultiHash creates a new MultiHash.
func (MultiHash) BlockSize ¶
BlockSize returns a representative block size or the smallest from contained hashes.
Click to show internal directories.
Click to hide internal directories.