Versions in this module Expand all Collapse all v0 v0.1.0 Sep 22, 2023 Changes in this version + type Reader struct + func NewReader(r io.Reader, h hash.Hash) *Reader + func (h *Reader) Read(p []byte) (int, error) + func (h *Reader) Sum(d []byte) []byte + type Writer struct + func NewWriter(w io.Writer, h hash.Hash) *Writer + func (h *Writer) Sum(d []byte) []byte + func (h *Writer) Write(p []byte) (int, error)