ref: ab174c473618dd3743881cf44e02c2db4d1ecd5f dir: /object/id/max_size.go/
package objectid import "crypto/sha256" // maxObjectIDSize MUST be >= the largest supported algorithm size. const maxObjectIDSize = sha256.Size