ref: 3ce59c3248dec0eb0f918c42f37f53bc2ac20425 dir: /object/id/algorithm_hexlen.go/
package objectid // HexLen returns the encoded hexadecimal length. func (algo Algorithm) HexLen() int { return algo.Size() * 2 }