summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go-dirhash-native
Commit message (Collapse)AuthorAgeFilesLines
* devtools: add go-dirhash-native for Go module hash calculationBruce Ashfield2025-12-083-0/+98
Add a native recipe that builds the Go dirhash tool for calculating h1: hashes on module zip files. This is used as a fallback when the pure Python implementation cannot be used. The tool implements the Go module hash algorithm per the Go modules reference specification. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>