func go.pact.im/x/phcformat.Parse

3 uses

	go.pact.im/x/phcformat (current package)
		parse.go#L12: 	h, ok := Parse(s)
		parse.go#L21: func Parse(s string) (Hash, bool) {

	go.pact.im/x/crypt
		crypt.go#L66: 	hash, ok := phcformat.Parse(h)