ref: df1f2fb3daa1acd25c88510f259d5535fb482126
dir: /object/id/algorithm_supported.go/
package objectid
// SupportedAlgorithms returns all object ID algorithms supported by furgit.
// Do not mutate.
func SupportedAlgorithms() []Algorithm {
return supportedAlgorithms
}