Versions in this module Expand all Collapse all v0 v0.3.3 Dec 9, 2020 v0.3.2 Mar 18, 2019 Changes in this version + const DefaultBlockSize + func Apply(ctx context.Context, dst io.Writer, cache io.ReaderAt, ...) error + func LookUpTable(ctx context.Context, bc <-chan BlockSignature) (map[uint32][]BlockSignature, error) + func Signatures(ctx context.Context, r io.Reader, shash hash.Hash) (<-chan BlockSignature, error) + func Sync(ctx context.Context, r io.ReaderAt, shash hash.Hash, ...) (<-chan BlockOperation, error) + type BlockOperation struct + Data []byte + Error error + Index uint64 + type BlockSignature struct + Error error + Index uint64 + Strong []byte + Weak uint32