Documentation ¶ Index ¶ func New() hash.Hash32 type Murmur2CF func (m *Murmur2CF) BlockSize() int func (m *Murmur2CF) Reset() func (m *Murmur2CF) Size() int func (m *Murmur2CF) Sum(b []byte) []byte func (m *Murmur2CF) Sum32() uint32 func (m *Murmur2CF) Write(p []byte) (n int, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New() hash.Hash32 Types ¶ type Murmur2CF ¶ type Murmur2CF struct { // contains filtered or unexported fields } func (*Murmur2CF) BlockSize ¶ func (m *Murmur2CF) BlockSize() int func (*Murmur2CF) Reset ¶ func (m *Murmur2CF) Reset() func (*Murmur2CF) Size ¶ func (m *Murmur2CF) Size() int func (*Murmur2CF) Sum ¶ func (m *Murmur2CF) Sum(b []byte) []byte func (*Murmur2CF) Sum32 ¶ func (m *Murmur2CF) Sum32() uint32 func (*Murmur2CF) Write ¶ func (m *Murmur2CF) Write(p []byte) (n int, err error) Source Files ¶ View all Source files hash.go Click to show internal directories. Click to hide internal directories.