package
Version:
v1.37.0
Opens a new window with list of versions in this module.
Published: Aug 16, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package shake256 provides simple utilities around shake256 digests.
type Digest interface {
Value() []byte
}
Digest is a shake256 digest.
NewDigest returns a new Digest for the value.
NewDigest returns a new Digest for the content read from the Reader.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.