aboutsummaryrefslogtreecommitdiff
path: root/object/id/algorithm_size.go
blob: 104bfeb278f858780c3fa7ef3e75a638eb1420b2 (about) (plain) (blame)
1
2
3
4
5
6
package objectid

// Size returns the hash size in bytes.
func (algo Algorithm) Size() int {
	return algo.info().size
}