{"id":15138834,"url":"https://github.com/narazaka/simplehash","last_synced_at":"2026-02-07T14:33:38.101Z","repository":{"id":227421448,"uuid":"771399041","full_name":"Narazaka/SimpleHash","owner":"Narazaka","description":"Udon compatible 32bit hash lib (FNV1a32)","archived":false,"fork":false,"pushed_at":"2024-04-03T09:12:04.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-19T10:04:56.259Z","etag":null,"topics":["hash","udon","vrchat","vrchat-worlds"],"latest_commit_sha":null,"homepage":"https://narazaka.github.io/SimpleHash/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Narazaka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2024-03-13T08:25:21.000Z","updated_at":"2025-07-02T19:59:41.000Z","dependencies_parsed_at":"2024-03-13T09:20:19.629Z","dependency_job_id":"82a82f75-66dd-48de-ba13-70f2a36cfd05","html_url":"https://github.com/Narazaka/SimpleHash","commit_stats":null,"previous_names":["narazaka/simplehash"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Narazaka/SimpleHash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2FSimpleHash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2FSimpleHash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2FSimpleHash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2FSimpleHash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Narazaka","download_url":"https://codeload.github.com/Narazaka/SimpleHash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2FSimpleHash/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266952445,"owners_count":24011502,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"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":["hash","udon","vrchat","vrchat-worlds"],"created_at":"2024-09-26T08:00:20.006Z","updated_at":"2026-02-07T14:33:38.046Z","avatar_url":"https://github.com/Narazaka.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Hash\n\nUdon compatible 32bit hash lib\n\n- FNV1a32: 高速で単純な32bit uint hash\n\n## Install\n\n1. https://vpm.narazaka.net/ から「Add to VCC」ボタンを押してリポジトリをVCCにインストールします。\n2. VCCでSettings→Packages→Installed Repositoriesの一覧中で「Narazaka VPM Listing」にチェックが付いていることを確認します。\n3. ワールドプロジェクトの「Manage Project」から「Simple Hash」をインストールします。\n\n## Usage\n\n- ユーザー名ベースでの判定をオーナーで配列管理したいときなどに1ユーザー当たりデータを減らせます。\n\n```csharp\nusing Narazaka.SimpleHash;\nvar playerHash = FNV1a32String.ComputeHash(Networking.LocalPlayer.displayName);\n```\n\n## 更新履歴\n\n- 3.0.0\n  - System.Text.Encoding対応\n  - Unity 2022/VRCSDK 3.5.2以上必要\n- 2.0.1\n  - UdonEncodingないときにエラーにならないように\n- 2.0.0\n  - U#での非互換を解消\n- 1.0.0\n  - リリース\n\n## License\n\n[Zlib License](LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarazaka%2Fsimplehash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarazaka%2Fsimplehash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarazaka%2Fsimplehash/lists"}