You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(integrity): clarify sha512 is the canonical OUR-side algorithm
checksumToIntegrity keeps its sha256 default deliberately — it relabels
upstream SHA256SUMS hex (its only caller parses GitHub checksum files) and
does not re-hash, so a sha512 label on 256-bit bytes would be incorrect.
OUR-side integrity is sha512 via computeHashes; sha256 stays for
upstream-SHASUMS interop and content addressing.
Set version to 6.0.8.
0 commit comments