shithub: furgit

ref: 3ce59c3248dec0eb0f918c42f37f53bc2ac20425
dir: /object/id/algorithm_size.go/

View raw version
package objectid

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