{"id":27335311,"url":"https://github.com/buabaj/fairness-engine","last_synced_at":"2025-04-12T14:47:47.573Z","repository":{"id":241192932,"uuid":"804040785","full_name":"buabaj/fairness-engine","owner":"buabaj","description":"a simple secure multi-party computation server to ensure input data privacy while maintaining correctness and fairness using shamir's secret sharing protocol","archived":false,"fork":false,"pushed_at":"2024-05-22T22:38:48.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T23:29:15.239Z","etag":null,"topics":["cryptography","golang","mpc","shamir-secret-sharing"],"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/buabaj.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-05-21T20:56:10.000Z","updated_at":"2024-05-27T22:38:52.000Z","dependencies_parsed_at":"2024-05-22T23:30:31.613Z","dependency_job_id":"5423c5af-6c67-46de-a27a-2a3a550d111e","html_url":"https://github.com/buabaj/fairness-engine","commit_stats":null,"previous_names":["buabaj/fairness-engine"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buabaj%2Ffairness-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buabaj%2Ffairness-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buabaj%2Ffairness-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buabaj%2Ffairness-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buabaj","download_url":"https://codeload.github.com/buabaj/fairness-engine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248585289,"owners_count":21128974,"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":["cryptography","golang","mpc","shamir-secret-sharing"],"created_at":"2025-04-12T14:47:47.170Z","updated_at":"2025-04-12T14:47:47.567Z","avatar_url":"https://github.com/buabaj.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fairness Engine\n\nFairness Engine is a [secure multi-party computation](https://citeseerx.ist.psu.edu/document?repid=rep1\u0026type=pdf\u0026doi=dce0d462c182121f37279e3809d484624f3d3eba) server that ensures input data privacy while maintaining correctness and fairness. It uses [Shamir's Secret Sharing protocol](https://medium.com/@keylesstech/a-beginners-guide-to-shamir-s-secret-sharing-e864efbf3648) for secure computation.\n\n## Architecture\n\nThe project follows a simple client-server architecture, where clients can:\n\n1. Generate shares of a secret using the key generation endpoint.\n2. Submit their shares to the server.\n3. Request the computation of the combined secret using the submitted shares.\n\nThe server handles the following operations:\n\n1. Key Generation: Generate shares of a secret using Shamir's Secret Sharing protocol.\n2. Share Submission: Collect shares submitted by clients.\n3. Computation: Reconstruct the secret from the submitted shares and perform the desired computation.\n\n## Todo\n\n- [ ] e2e test and benchmark test against other protocols\n- [ ] add support for multi-party async computation \n- [ ] add support for resource alloc election\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuabaj%2Ffairness-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuabaj%2Ffairness-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuabaj%2Ffairness-engine/lists"}