Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Accumulator ¶
type Accumulator struct {
Buf [32 + 8]byte // leave 8 bytes at the end as a slack for use in GetFingerprint append()
}
func (*Accumulator) AddAccumulator ¶
func (acc *Accumulator) AddAccumulator(other Accumulator)
func (*Accumulator) AddBytes ¶
func (acc *Accumulator) AddBytes(other []byte)
func (*Accumulator) GetFingerprint ¶
func (acc *Accumulator) GetFingerprint(n int) string
func (*Accumulator) Reset ¶
func (acc *Accumulator) Reset()
Click to show internal directories.
Click to hide internal directories.