{"id":16834928,"url":"https://github.com/dchest/blake256","last_synced_at":"2025-07-04T09:03:02.895Z","repository":{"id":57480863,"uuid":"1948773","full_name":"dchest/blake256","owner":"dchest","description":"Go package blake256 implements BLAKE-256 and BLAKE-224 hash functions (SHA-3 finalist).","archived":false,"fork":false,"pushed_at":"2019-08-07T07:16:48.000Z","size":50,"stargazers_count":21,"open_issues_count":0,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T03:41:23.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dchest.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-24T17:27:43.000Z","updated_at":"2024-11-06T08:17:32.000Z","dependencies_parsed_at":"2022-09-26T17:41:24.142Z","dependency_job_id":null,"html_url":"https://github.com/dchest/blake256","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/dchest/blake256","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fblake256","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fblake256/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fblake256/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fblake256/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dchest","download_url":"https://codeload.github.com/dchest/blake256/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fblake256/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263480758,"owners_count":23473160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-13T12:08:24.957Z","updated_at":"2025-07-04T09:03:02.862Z","avatar_url":"https://github.com/dchest.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Package blake256\n=====================\n\n\timport \"github.com/dchest/blake256\"\n\nPackage blake256 implements BLAKE-256 and BLAKE-224 hash functions (SHA-3\ncandidate).\n\nPublic domain.\n\n\nConstants\n---------\n\n``` go\nconst BlockSize = 64\n```\nThe block size of the hash algorithm in bytes.\n\n``` go\nconst Size = 32\n```\nThe size of BLAKE-256 hash in bytes.\n\n``` go\nconst Size224 = 28\n```\nThe size of BLAKE-224 hash in bytes.\n\n\nFunctions\n---------\n\n### func New\n\n\tfunc New() hash.Hash\n\nNew returns a new hash.Hash computing the BLAKE-256 checksum.\n\n### func New224\n\n\tfunc New224() hash.Hash\n\nNew224 returns a new hash.Hash computing the BLAKE-224 checksum.\n\n### func New224Salt\n\n\tfunc New224Salt(salt []byte) hash.Hash\n\nNew224Salt is like New224 but initializes salt with the given 16-byte slice.\n\n### func NewSalt\n\n\tfunc NewSalt(salt []byte) hash.Hash\n\nNewSalt is like New but initializes salt with the given 16-byte slice.\n\n### func Sum256\n\n\tfunc Sum256(data []byte) [Size]byte\n\nSum returns the BLAKE-256 checksum of the data.\n\n### func Sum224\n\n\tfunc Sum224(data []byte) (sum224 [Size224]byte)\n\nSum224 returns the BLAKE-224 checksum of the data.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdchest%2Fblake256","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdchest%2Fblake256","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdchest%2Fblake256/lists"}