From 62b653a199af145b8ae00354eb051e29ff32bca9 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 30 Mar 2026 05:51:15 +0000 Subject: object/*: Fix lints --- object/id/algorithm_tables.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'object/id/algorithm_tables.go') diff --git a/object/id/algorithm_tables.go b/object/id/algorithm_tables.go index 92b77de0..e4ec3257 100644 --- a/object/id/algorithm_tables.go +++ b/object/id/algorithm_tables.go @@ -61,10 +61,12 @@ func init() { //nolint:gochecknoinits } info.emptyTree = info.sum(emptyTreeInput) + algorithmByName[info.name] = algo if info.signatureHeaderName != "" { algorithmBySignatureHeaderName[info.signatureHeaderName] = algo } + supportedAlgorithms = append(supportedAlgorithms, algo) } } -- cgit v1.3.1-10-gc9f91