{"id":19851850,"url":"https://github.com/stackoverflowexcept1on/roast","last_synced_at":"2025-09-18T13:32:11.368Z","repository":{"id":256577266,"uuid":"855810523","full_name":"StackOverflowExcept1on/roast","owner":"StackOverflowExcept1on","description":"Rust implementation of ROAST (Robust Asynchronous Schnorr Threshold Signatures) with cryptography by Zcash Foundation","archived":false,"fork":false,"pushed_at":"2025-01-04T12:49:13.000Z","size":107,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T13:48:14.921Z","etag":null,"topics":["cryptography","elliptic-curves","schnorr","schnorr-signatures","threshold-cryptography","threshold-signature"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StackOverflowExcept1on.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":"2024-09-11T13:50:58.000Z","updated_at":"2024-12-07T12:10:17.000Z","dependencies_parsed_at":"2024-11-24T12:23:37.185Z","dependency_job_id":"3179be5b-e161-4d48-8d00-c7feec62160b","html_url":"https://github.com/StackOverflowExcept1on/roast","commit_stats":null,"previous_names":["stackoverflowexcept1on/roastbeef"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackOverflowExcept1on%2Froast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackOverflowExcept1on%2Froast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackOverflowExcept1on%2Froast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackOverflowExcept1on%2Froast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StackOverflowExcept1on","download_url":"https://codeload.github.com/StackOverflowExcept1on/roast/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233485030,"owners_count":18683187,"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","elliptic-curves","schnorr","schnorr-signatures","threshold-cryptography","threshold-signature"],"created_at":"2024-11-12T13:33:00.792Z","updated_at":"2025-09-18T13:32:11.361Z","avatar_url":"https://github.com/StackOverflowExcept1on.png","language":"Rust","readme":"# ROAST (Robust Asynchronous Schnorr Threshold Signatures)\n\n[![Build Status](https://github.com/StackOverflowExcept1on/roast/workflows/CI/badge.svg)](https://github.com/StackOverflowExcept1on/roast/actions)\n\n| Crate                                        | Description                     |\n|----------------------------------------------|---------------------------------|\n| [`roast-core`](roast-core)                   | Generic ROAST implementation    |\n| [`roast-ed25519`](roast-ed25519)             | Ed25519 ciphersuite             |\n| [`roast-ed448`](roast-ed448)                 | Ed448 ciphersuite               |\n| [`roast-p256`](roast-ed448)                  | P-256 ciphersuite               |\n| [`roast-ristretto255`](roast-ristretto255)   | Ristretto255 ciphersuite        |\n| [`roast-secp256k1`](roast-secp256k1)         | secp256k1 ciphersuite           |\n| [`roast-secp256k1-evm`](roast-secp256k1-evm) | secp256k1 ciphersuite (EVM)     |\n| [`roast-secp256k1-tr`](roast-secp256k1-tr)   | secp256k1 ciphersuite (Taproot) |\n\nRust implementation of [ROAST (Robust Asynchronous Schnorr Threshold Signatures)](https://eprint.iacr.org/2022/550)\nwith [cryptography by Zcash Foundation](https://github.com/ZcashFoundation/frost).\n\n## Getting Started\n\nRefer to the [ZF FROST book](https://frost.zfnd.org), [ROAST white paper](https://eprint.iacr.org/2022/550)\nand [cybersecurity seminar about ROAST](https://youtu.be/FVW6Hgt_meg?feature=shared).\n\n## Status\n\nThe ROAST implementation is not yet finalized. Thus, significant changes may occur and SemVer is not guaranteed. ZF\nFROST code base has been partially audited by NCC, see below for details.\n\n### NCC Audit of ZF FROST\n\nNCC performed [an audit](https://github.com/ZcashFoundation/frost/blob/main/README.md#ncc-audit) of ZF FROST. So the\ncryptography was audited, but this ROAST implementation was not audited.\n\n## Usage\n\n`roast-core` implements the base traits and types in a generic manner, to enable top-level implementations for different\nciphersuites / curves without having to implement all of ROAST from scratch. End-users should not use `roast-core` if\nthey want to sign and verify signatures, they should use the crate specific to their ciphersuite/curve parameters that\nuses `roast-core` as a dependency.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackoverflowexcept1on%2Froast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackoverflowexcept1on%2Froast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackoverflowexcept1on%2Froast/lists"}