Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: create blob digest with crypto/sha256
Rather than using crypto.SHA256.New(), use sha256.New() directly to ensure the SHA256 algorithm is available.
- Loading branch information