{"id":19411510,"url":"https://github.com/volcengine/secureunionid","last_synced_at":"2025-04-24T10:33:43.094Z","repository":{"id":51245591,"uuid":"339953621","full_name":"volcengine/SecureUnionID","owner":"volcengine","description":"Secure ECC-based DID intersection in Go, Java and C.","archived":false,"fork":false,"pushed_at":"2023-03-26T02:28:10.000Z","size":804,"stargazers_count":26,"open_issues_count":4,"forks_count":11,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-03T04:01:52.033Z","etag":null,"topics":["intersection"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/volcengine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-02-18T06:11:15.000Z","updated_at":"2025-02-26T05:58:48.000Z","dependencies_parsed_at":"2024-06-19T00:17:52.572Z","dependency_job_id":"ce0a564f-249b-45f7-9a16-c8c55d88ca5b","html_url":"https://github.com/volcengine/SecureUnionID","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volcengine%2FSecureUnionID","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volcengine%2FSecureUnionID/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volcengine%2FSecureUnionID/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volcengine%2FSecureUnionID/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volcengine","download_url":"https://codeload.github.com/volcengine/SecureUnionID/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250609265,"owners_count":21458455,"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":["intersection"],"created_at":"2024-11-10T12:21:50.117Z","updated_at":"2025-04-24T10:33:42.761Z","avatar_url":"https://github.com/volcengine.png","language":"C","readme":"# SecureUnionID\n\nSecure ECC-based DID intersection.\n\n## ABSTRACT\n\nThis project is used to protect device ID using Elliptic Curve Cryptography algorithm. The details of this project can be found in [INTRODUCTION](https://github.com/volcengine/SecureUnionID/blob/main/doc/SecureUnionID_Intro.pdf).\n\n## INSTALLION\n\n**For Golang User**\n```\ngo get -u github.com/volcengine/SecureUnionID\n```\n\n**For Java User**\nThe Java source code is under the bindings/java directory.\n\nPlease see the `README.md` under the bindings/java directory.\n\n## RUN DEMOS\n\n**For Golang User**\n\nWe provide three demos without http communication (/bingdings/go/demo/demo.go, /bingdings/go/demo/demo1.go, /bingdings/go/demo/demo2.go). Run demo with the following command：\n```\ngo run demo.go\ngo run demo1.go\ngo run demo2.go\n```\nWe also provide a demo with http communication (/bingdings/go/httpdemo/http_client_demo.go, /bingdings/go/httpdemo/http_sever_demo.go). Run this demo with the following command in two terminals:\n```\ngo run http_client_demo.go\n```\n```\ngo run http_sever_demo.go\n```\n\n**For Java User**\n\nPlease see the `README.md` under the bindings/java directory.\n\n## BENCHMARK\n\nWe provide a benchmark file for Golang user, the path of which is /bindings/go/benchmark/benchmark.go. The performance on a 2.3 GHz core i7, 32G DDR4 mac with 2 media is as follows: \n```\nGenMasterKey -    35572 iterations       0.28 ms per iteration\nKeyGen -    13785 iterations       0.73 ms per iteration\nSystemKeygen -    87311 iterations       0.11 ms per iteration\nBlindv2 -    16344 iterations       0.61 ms per iteration\nEnc -    43323 iterations       0.23 ms per iteration\nUnblind -    34110 iterations       0.29 ms per iteration\nVerify -     5111 iterations       1.96 ms per iteration\n\n```\n\n## Doc\n\nWe provide API documents of [C](https://github.com/volcengine/SecureUnionID/blob/main/doc/c_doc_cn.rst), [Go](https://github.com/volcengine/SecureUnionID/blob/main/doc/go_doc_cn.rst), [Java](https://github.com/volcengine/SecureUnionID/blob/main/doc/java_doc_cn.rst), [Python](https://github.com/volcengine/SecureUnionID/blob/main/doc/python_doc_cn.rst) (English version in [C_EN](https://github.com/volcengine/SecureUnionID/blob/main/doc/c_doc_en.rst), [Go_EN](https://github.com/volcengine/SecureUnionID/blob/main/doc/go_doc_en.rst), [Java_EN](https://github.com/volcengine/SecureUnionID/blob/main/doc/java_doc_en.rst), [Python_EN](https://github.com/volcengine/SecureUnionID/blob/main/doc/python_doc_en.rst)). Other contributors can develop interfaces in other languages according to this document.\n\nReleased under the [Apache](https://github.com/volcengine/SecureUnionID/blob/main/LICENSE) License.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolcengine%2Fsecureunionid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvolcengine%2Fsecureunionid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolcengine%2Fsecureunionid/lists"}