aboutsummaryrefslogtreecommitdiff
path: root/objects_test.go
Commit message (Expand)AuthorAgeFilesLines
* Rename ObjType enumGravatar Runxi Yu2025-11-161-3/+3
* Unexport Repository.HashSizeGravatar Runxi Yu2025-11-161-1/+1
* Fix tests using the wrong Serialize signaturesGravatar Runxi Yu2025-11-161-3/+11
* hash: Make fewer helper functions need explicit hash length fieldsGravatar Runxi Yu2025-11-161-15/+30
* Revert "hash: Generic hash-algorithm API"•••This reverts commit 94bfb1fa147f80e6ec39009d41fc2f853925e0a5. Generics actually kinda suck for these purposes... once you look at it from the user's perspective. Gravatar Runxi Yu2025-11-161-22/+21
* hash: Generic hash-algorithm APIGravatar Runxi Yu2025-11-161-21/+22
* Support multiple hash sizes in one buildGravatar Runxi Yu2025-11-161-17/+17
* Use SHA-256 by defaultGravatar Runxi Yu2025-11-151-2/+5
* Initial commitGravatar Runxi Yu2025-11-131-0/+186