{"id":20742398,"url":"https://github.com/hunjixin/keccak_cu","last_synced_at":"2025-05-11T03:33:15.425Z","repository":{"id":244932439,"uuid":"816712286","full_name":"hunjixin/keccak_cu","owner":"hunjixin","description":"fast keccak cuda implemetation","archived":false,"fork":false,"pushed_at":"2024-09-14T13:49:38.000Z","size":1840,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-14T23:46:32.668Z","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/hunjixin.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-18T09:04:52.000Z","updated_at":"2024-09-14T13:49:41.000Z","dependencies_parsed_at":"2024-07-17T12:24:52.331Z","dependency_job_id":"e0382a0b-9651-4383-99bd-6d147c3dce15","html_url":"https://github.com/hunjixin/keccak_cu","commit_stats":null,"previous_names":["hunjixin/keccak_cu"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunjixin%2Fkeccak_cu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunjixin%2Fkeccak_cu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunjixin%2Fkeccak_cu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunjixin%2Fkeccak_cu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hunjixin","download_url":"https://codeload.github.com/hunjixin/keccak_cu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253514352,"owners_count":21920327,"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-11-17T07:01:33.999Z","updated_at":"2025-05-11T03:33:15.414Z","avatar_url":"https://github.com/hunjixin.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# keccak cuda hash\n\nimplemation of paper https://www.researchgate.net/publication/220849942_GPU_Implementation_of_the_Keccak_Hash_Function_Family.\nalso do some improvement with asm.\n\n\nperformance: test on 3060ti         43M hash/s\n\ncommand\n\nbuild ptx\n```\ncd gpulib\nnvcc --ptx .\\keccak.cu -o ./keccak.ptx\n```\n\nrun bench\n```\ncd gputool\ngo build\n\n./gputool --hash_per_thread 1000 --grid \u003csmcount*2\u003e //default difficult nearly cannot find the nonce\n./gputool --hash_per_thread 1000 --grid \u003csmcount*2\u003e --difficulty 4443685057045916916839494277496125038705878205143482420972918669312  //expect to finish with 6 minitus for 1000m hash spped\n```\n\nrun batch\n```\ncd gputool_batch\ngo build\n\n./gputool_batch --hash_per_thread 1000 --grid \u003csmcount*2\u003e --difficulty 4443685057045916916839494277496125038705878205143482420972918669312  //change to a completable difficulty\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunjixin%2Fkeccak_cu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhunjixin%2Fkeccak_cu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunjixin%2Fkeccak_cu/lists"}