{"id":16464526,"url":"https://github.com/deatil/go-md6","last_synced_at":"2026-04-27T08:31:29.794Z","repository":{"id":234379382,"uuid":"788777375","full_name":"deatil/go-md6","owner":"deatil","description":"go-md6 is  a md6 hash function with cgo","archived":false,"fork":false,"pushed_at":"2024-04-22T03:57:04.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-02T22:47:35.787Z","etag":null,"topics":["go","go-md6","md6","md6-hash"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/deatil/go-md6","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deatil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-19T04:07:51.000Z","updated_at":"2024-04-24T07:39:48.000Z","dependencies_parsed_at":"2024-06-19T11:29:23.767Z","dependency_job_id":"6f70d0c3-78c5-4aa9-bbf6-a19094e0581c","html_url":"https://github.com/deatil/go-md6","commit_stats":null,"previous_names":["deatil/go-md6"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/deatil/go-md6","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deatil%2Fgo-md6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deatil%2Fgo-md6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deatil%2Fgo-md6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deatil%2Fgo-md6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deatil","download_url":"https://codeload.github.com/deatil/go-md6/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deatil%2Fgo-md6/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","go-md6","md6","md6-hash"],"created_at":"2024-10-11T11:28:30.947Z","updated_at":"2026-04-27T08:31:29.770Z","avatar_url":"https://github.com/deatil.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-md6\n\nmd6 Hash with cgo\n\n\n### Env\n\nCGO_ENABLED=1\n\n\n### Download\n\n```cmd\ngo get -u github.com/deatil/go-md6\n```\n\n\n### Get Starting\n\n```go\nimport \"github.com/deatil/go-md6\"\n\nfunc main() {\n    data := []byte(\"...\")\n\n    h := md6.New256()\n    h.Write(data)\n    sum := h.Sum(nil)\n}\n```\n\n\n### New Functions\n\nmd6 have `New` functions: `New(d int) (hash.Hash, error)`,\n`New224() hash.Hash`,\n`New256() hash.Hash`,\n`New384() hash.Hash`,\n`New512() hash.Hash`\n\n\n### Sum Functions\n\nmd6 have `Sum` functions: `Sum(d int, data []byte) (out []byte, err error)`,\n`Sum224(data []byte) (out [Size224]byte)`,\n`Sum256(data []byte) (out [Size256]byte)`,\n`Sum384(data []byte) (out [Size384]byte)`,\n`Sum512(data []byte) (out [Size512]byte)`\n\n\n### LICENSE\n\n*  The library LICENSE is `Apache2`, using the library need keep the LICENSE.\n\n\n### Copyright\n\n*  Copyright deatil(https://github.com/deatil).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeatil%2Fgo-md6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeatil%2Fgo-md6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeatil%2Fgo-md6/lists"}