Update detendencies

This commit is contained in:
Ingo Oppermann
2024-08-19 12:03:34 +02:00
parent d6d39f162a
commit 72a3b8c17d
135 changed files with 8892 additions and 1154 deletions

View File

@@ -22,7 +22,7 @@ type Digest struct {
bufn int
}
// Read reads data frm the hasher into out. It always fills the entire buffer and
// Read reads data from the hasher into out. It always fills the entire buffer and
// never errors. The stream will wrap around when reading past 2^64 bytes.
func (d *Digest) Read(p []byte) (n int, err error) {
n = len(p)