Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hash ¶
type Hash interface { // Write adds data to the hash function state. io.Writer // Size returns the length of the slice Sum will return Size() int // Size returns the internal block size of the hash function BlockSize() int // Sum returns the hash of the data previously added with Write. Sum() []byte // Reset resets the Hash to its initial state, ready to calculate another, unrelated hash Reset() }
Click to show internal directories.
Click to hide internal directories.