Versions in this module Expand all Collapse all v1 v1.8.15 Aug 29, 2018 v1.8.14 Aug 22, 2018 v1.8.13 Jul 31, 2018 Changes in this version + type AsyncHasher struct + func (sw *AsyncHasher) SectionSize() int + func (sw *AsyncHasher) Sum(b []byte, length int, meta []byte) (s []byte) + func (sw *AsyncHasher) Write(i int, section []byte) type Hasher + func (h *Hasher) NewAsyncWriter(double bool) *AsyncHasher + type SectionWriter interface + Reset func() + SectionSize func() int + Sum func(b []byte, length int, span []byte) []byte + Write func(index int, data []byte) type TreePool + Size int