Versions in this module Expand all Collapse all v3 v3.0.1 Jan 20, 2018 v3.0.0 Nov 28, 2017 Changes in this version + const Mod + const Size + type Adler32 struct + func New() *Adler32 + func (d *Adler32) BlockSize() int + func (d *Adler32) Reset() + func (d *Adler32) Roll(b byte) + func (d *Adler32) Size() int + func (d *Adler32) Sum(b []byte) []byte + func (d *Adler32) Sum32() uint32 + func (d *Adler32) Write(p []byte) (int, error) Other modules containing this package gopkg.in/chmduquesne/rollinghash.v2 gopkg.in/chmduquesne/rollinghash.v4