mirror of
https://github.com/datarhei/core.git
synced 2025-10-28 02:01:55 +08:00
Update detendencies
This commit is contained in:
2
vendor/github.com/zeebo/blake3/digest.go
generated
vendored
2
vendor/github.com/zeebo/blake3/digest.go
generated
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user