checksum
checksum copied to clipboard
Compute message digest for large files in Go
Results
2
checksum issues
Sort by
recently updated
recently updated
newest added
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
dependencies
I question whether to use buf[:bytesRead] before checking io.EOF since it is possible to get io.EOF and data at the same time, see [io.Reader documentation](https://pkg.go.dev/io?tab=doc#Reader).