{"id":22646369,"url":"https://github.com/fireblocks/mpc-lib","last_synced_at":"2025-04-09T08:02:10.457Z","repository":{"id":185634667,"uuid":"673830016","full_name":"fireblocks/mpc-lib","owner":"fireblocks","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-05T15:16:43.000Z","size":528,"stargazers_count":198,"open_issues_count":1,"forks_count":127,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-04-02T06:08:21.627Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fireblocks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-02T14:15:30.000Z","updated_at":"2025-03-31T17:13:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f254a5e-45a8-44c7-ba52-2a72f056b589","html_url":"https://github.com/fireblocks/mpc-lib","commit_stats":null,"previous_names":["fireblocks/mpc-lib"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Fmpc-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Fmpc-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Fmpc-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Fmpc-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fireblocks","download_url":"https://codeload.github.com/fireblocks/mpc-lib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247999858,"owners_count":21031046,"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-12-09T06:10:09.337Z","updated_at":"2025-04-09T08:02:10.417Z","avatar_url":"https://github.com/fireblocks.png","language":"C++","readme":"# Fireblocks-MPC\n\nThis repository contains Fireblocks' C++ implementation of Secure Multi Party Computation (MPC) algorithms for digital signatures. Covered algorithms include [MPC CMP](https://eprint.iacr.org/2020/492) for ECDSA signatures (online and offline variants), online EdDSA signatures and offline asymmetric EdDSA.\n\nIt takes the form of a library (`libcosigner`) containing the algorithms and supporting cryptographic routines, as well as an extensive test suite also serving as an integration example.\n\n## Quick Start\n\n### Prerequisites\n\nThis version of the code targets *Ubuntu Linux 20.04 LTS* release.\nThe libraries and headers of the following dependencies are required:\n\n* OpenSSL version 1.1.1 or higher\n* libuuid (for tests)\n* libsecp256k1 (for tests, optional)\n\nAll required dependencies can be installed with the command:\n```sh\napt install build-essential libssl-dev uuid-dev libsecp256k1-dev\n```\n\n### Building and Testing\n\nBuild the library and tests by running:\n```sh\nmkdir build; cd build; cmake ..; make\n```\n\nTo execute the test suite, run the command from the same build folder:\n```sh\nmake test\n```\n\n## Usage\n\nA few examples for running a full signing process can be found in the [tests section](https://github.com/fireblocks/mpc-lib/tree/main/test/cosigner)\n\n## Security\n\nPlease see our dedicated [security policy](SECURITY.md) page.\n\n## Contributing\n\nContributions of code and ideas are welcome. Prior to opening a pull request, please carefully review our [contribution guidelines](CONTRIBUTING.md).\n\n## License\n\nThe code in this repository is offered under the terms of the GNU General Public License, as described in the [LICENSE](LICENSE) file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireblocks%2Fmpc-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffireblocks%2Fmpc-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireblocks%2Fmpc-lib/lists"}