Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromHexString ¶
FromHexString returns a byte array given a hex string
func HashToByte ¶
Types ¶
type Bitvector512 ¶
type Bitvector512 []byte
func NewBitvector512 ¶
func NewBitvector512(data []byte) Bitvector512
func (Bitvector512) Count ¶
func (b Bitvector512) Count() uint64
Count returns the number of 1s in the bitvector.
func (Bitvector512) Len ¶
func (b Bitvector512) Len() uint64
Len returns the number of bits in the bitvector.
Click to show internal directories.
Click to hide internal directories.