Documentation ¶
Overview ¶
Package tuplehash implements TupleHash from NIST SP 800-15.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hasher ¶
type Hasher struct {
// contains filtered or unexported fields
}
Hasher is a TupleHash instance.
func New128 ¶
New128 creates a new TupleHash128 instance with the specified output size (in bytes) and customization string.
func New256 ¶
New256 creates a new TupleHash256 instance with the specified output size (in bytes) and customization string.
Click to show internal directories.
Click to hide internal directories.