diff options
Diffstat (limited to 'object/id/algorithm_details.go')
| -rw-r--r-- | object/id/algorithm_details.go | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/object/id/algorithm_details.go b/object/id/algorithm_details.go index fbdc3c78..15e96292 100644 --- a/object/id/algorithm_details.go +++ b/object/id/algorithm_details.go @@ -3,12 +3,13 @@ package objectid import "hash" type algorithmDetails struct { - name string - size int - packHashID uint32 - sum func([]byte) ObjectID - new func() hash.Hash - emptyTree ObjectID + name string + size int + packHashID uint32 + signatureHeaderName string + sum func([]byte) ObjectID + new func() hash.Hash + emptyTree ObjectID } func (algo Algorithm) info() algorithmDetails { |
