aboutsummaryrefslogtreecommitdiff
path: root/object/id/algorithm_supported.go
blob: 1f61e7714f233426153825d1b7aa955e2bbf563c (about) (plain) (blame)
1
2
3
4
5
6
7
package objectid

// SupportedAlgorithms returns all object ID algorithms supported by furgit.
// Do not mutate.
func SupportedAlgorithms() []Algorithm {
	return supportedAlgorithms
}