This commit is contained in:
Sahil-4555 2026-03-14 10:21:39 +05:30 committed by Sahil Sojitra
parent 73cedabb8d
commit 1d4831d619

View file

@ -68,4 +68,4 @@ func (h *Hasher) BlockSize() int { return rate }
func (h *Hasher) Read(out []byte) (int, error) {
h.init()
return h.h.Read(out)
}
}