{"id":22799956,"url":"https://github.com/tangle-network/silent-threshold-encryption-gadget","last_synced_at":"2025-10-10T13:38:15.167Z","repository":{"id":234349637,"uuid":"788716580","full_name":"tangle-network/silent-threshold-encryption-gadget","owner":"tangle-network","description":"Gadget protocol for silent-threshold-encryption https://eprint.iacr.org/2024/263","archived":false,"fork":false,"pushed_at":"2024-04-19T00:15:20.000Z","size":74,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-14T10:22:42.115Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/tangle-network.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}},"created_at":"2024-04-19T00:10:58.000Z","updated_at":"2024-10-31T11:25:05.000Z","dependencies_parsed_at":"2024-04-19T01:26:48.091Z","dependency_job_id":"dd70229d-3bcc-4130-b7ed-c5c0d1e51773","html_url":"https://github.com/tangle-network/silent-threshold-encryption-gadget","commit_stats":null,"previous_names":["webb-tools/silent-threshold-encryption-gadget","tangle-network/silent-threshold-encryption-gadget"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tangle-network/silent-threshold-encryption-gadget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fsilent-threshold-encryption-gadget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fsilent-threshold-encryption-gadget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fsilent-threshold-encryption-gadget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fsilent-threshold-encryption-gadget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tangle-network","download_url":"https://codeload.github.com/tangle-network/silent-threshold-encryption-gadget/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangle-network%2Fsilent-threshold-encryption-gadget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004064,"owners_count":26083667,"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-10-10T02:00:06.843Z","response_time":62,"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":[],"created_at":"2024-12-12T07:10:34.978Z","updated_at":"2025-10-10T13:38:15.145Z","avatar_url":"https://github.com/tangle-network.png","language":"Rust","readme":"# Silent Threshold Encryption\n\nThis repository implements [silent-threshold-encryption](https://github.com/webb-tools/silent-threshold-encryption-gadget), a threshold encryption/decryption scheme built using [Arkworks](https://arkworks.rs). The scheme allows for a silent setup, which means that parties do not need to communicate interactively. Parties simply generate and upload a public key to a bulletin board (i.e. the [Tangle blockchain](https://github.com/webb-tools/tangle)), and users can encrypt messages to any groups of parties by aggregating these public keys together. Threshold decryptions are performed by a subset of parties, and the scheme guarantees that the decryption is correct if and only if the threshold of parties participate.\n\n## Getting Started\n### Preqrequisits\nFirst install and configure `rustup`:\n\n```bash\n# Install\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n# Configure\nsource ~/.cargo/env\n```\n### Execution\n1. To build the project, run:\n```bash\nRUSTFLAGS=\"--cfg tokio_unstable\" cargo b -r\n```\n2. To test the project, run:\n```bash\nRUSTFLAGS=\"--cfg tokio_unstable\" cargo t -r\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangle-network%2Fsilent-threshold-encryption-gadget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftangle-network%2Fsilent-threshold-encryption-gadget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangle-network%2Fsilent-threshold-encryption-gadget/lists"}