ref: ab174c473618dd3743881cf44e02c2db4d1ecd5f
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
}