{"id":16217315,"url":"https://github.com/synodriver/lua-t1ha","last_synced_at":"2025-04-07T23:15:07.235Z","repository":{"id":100676305,"uuid":"518288721","full_name":"synodriver/lua-t1ha","owner":"synodriver","description":"lua binding for t1ha","archived":false,"fork":false,"pushed_at":"2022-07-27T02:59:27.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-14T00:24:04.611Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","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/synodriver.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-27T02:57:17.000Z","updated_at":"2022-07-27T13:33:52.000Z","dependencies_parsed_at":"2023-05-16T18:30:21.820Z","dependency_job_id":null,"html_url":"https://github.com/synodriver/lua-t1ha","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Flua-t1ha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Flua-t1ha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Flua-t1ha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Flua-t1ha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synodriver","download_url":"https://codeload.github.com/synodriver/lua-t1ha/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247744333,"owners_count":20988783,"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-10T11:26:39.560Z","updated_at":"2025-04-07T23:15:07.189Z","avatar_url":"https://github.com/synodriver.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lua-t1ha\n```lua\nlocal t1ha = require(\"t1ha\")\nlocal seed_x = 0\nlocal seed_y = 1\nprint(t1ha.hash(\"dadadaad\", seed_x))\nprint(t1ha.hash(\"dadadaad\", seed_x))\nprint(t1ha.hash(\"dadadaa2d\", seed_x))\nprint(t1ha.hash(\"dadadaa2d\", seed_x))\nprint(t1ha.hash(\"dadadaa2d\", seed_y))\nprint(t1ha.hash128(\"dadadaa2d\", seed_x))\nprint(t1ha.hash128(\"dadadaa2d\", seed_x))\nprint(t1ha.hash128(\"dadadaa2d\", seed_y))\nprint(t1ha.hash128(\"dadadaa2d\", seed_y))\n\nlocal hasher = t1ha.newhasher(seed_x,seed_y)\nhasher:update(\"assddd\")\nprint(hasher:final())\nlocal hasher2 = t1ha.newhasher(seed_x,seed_y)\nhasher2:update(\"assddd\")\nprint(hasher2:final())\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynodriver%2Flua-t1ha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynodriver%2Flua-t1ha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynodriver%2Flua-t1ha/lists"}