package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Oct 17, 2023
License: Apache-2.0, MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type HashBits struct {
Bits []byte
Consumed int
}
HashBits is a helper that allows the reading of the 'next n bits' as an integer.
Next returns the next 'i' bits of the hashBits value as an integer, or an
error if there aren't enough bits.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.