{"id":16834907,"url":"https://github.com/dchest/blake512","last_synced_at":"2025-04-11T04:35:38.550Z","repository":{"id":4764703,"uuid":"5915410","full_name":"dchest/blake512","owner":"dchest","description":"Go package blake512 implements BLAKE-512 and BLAKE-384 hash functions (SHA-3 finalist).","archived":false,"fork":false,"pushed_at":"2018-05-23T23:11:03.000Z","size":8,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T04:35:33.843Z","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":"2012-09-22T17:56:09.000Z","updated_at":"2023-11-15T16:43:40.000Z","dependencies_parsed_at":"2022-07-21T13:32:23.519Z","dependency_job_id":null,"html_url":"https://github.com/dchest/blake512","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fblake512","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fblake512/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fblake512/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fblake512/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dchest","download_url":"https://codeload.github.com/dchest/blake512/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345257,"owners_count":21088231,"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:20.686Z","updated_at":"2025-04-11T04:35:38.527Z","avatar_url":"https://github.com/dchest.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Package blake512\n=====================\n\n\timport \"github.com/dchest/blake512\"\n\nPackage blake256 implements BLAKE-512 and BLAKE-384 hash functions (SHA-3\ncandidate).\n\nPublic domain / Creative Commons Zero.\n\n\nConstants\n---------\n\n``` go\nconst BlockSize = 128\n```\nThe block size of the hash algorithm in bytes.\n\n``` go\nconst Size = 64\n```\nThe size of BLAKE-512 hash in bytes.\n\n``` go\nconst Size384 = 48\n```\nThe size of BLAKE-384 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-512 checksum.\n\n### func New384\n\n\tfunc New384() hash.Hash\n\nNew384 returns a new hash.Hash computing the BLAKE-384 checksum.\n\n### func New384Salt\n\n\tfunc New224Salt(salt []byte) hash.Hash\n\nNew384Salt is like New384 but initializes salt with the given 32-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 32-byte slice.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdchest%2Fblake512","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdchest%2Fblake512","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdchest%2Fblake512/lists"}