package
Version:
v0.0.0-...-ec91871
Opens a new window with list of versions in this module.
Published: Apr 29, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
New32 returns a new 32-bit Jenkins's one_at_a_time hash.Hash.
Its Sum method will lay the value out in big-endian byte order.
Sum32 represents Jenkins's one_at_a_time hash.
Use the Sum32 type directly (as opposed to New32 below)
to avoid allocations.
BlockSize returns the hash's underlying block size.
Reset resets the hash to its initial state.
Size returns the number of bytes Sum will return.
Sum appends the current hash to in and returns the resulting slice.
It does not change the underlying hash state.
Sum32 returns the hash value
Write adds more data to the running hash.
It never returns an error.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.