func()

in toutoumomoma_fips.go [19:21]


func (f *File) goSymbolHash(stdlib bool) (hash []byte, imports []string, err error) {
	return nil, nil, fmt.Errorf("cannot generate md5 in fips mode: %w", errors.ErrUnsupported)
}