{"id":21527066,"url":"https://github.com/lambdaclass/aggregation_aligned_layer","last_synced_at":"2025-08-01T04:36:19.482Z","repository":{"id":225877998,"uuid":"765753933","full_name":"lambdaclass/aggregation_aligned_layer","owner":"lambdaclass","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-08T03:34:59.000Z","size":613,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-10T20:45:14.752Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lambdaclass.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,"zenodo":null}},"created_at":"2024-03-01T14:52:53.000Z","updated_at":"2024-06-28T14:28:32.000Z","dependencies_parsed_at":"2024-03-05T16:12:31.179Z","dependency_job_id":"79933c47-e21c-4b32-b553-0fec7215521b","html_url":"https://github.com/lambdaclass/aggregation_aligned_layer","commit_stats":null,"previous_names":["lambdaclass/sp1_zk_verifiers","lambdaclass/aggregation_aligned_layer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lambdaclass/aggregation_aligned_layer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdaclass%2Faggregation_aligned_layer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdaclass%2Faggregation_aligned_layer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdaclass%2Faggregation_aligned_layer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdaclass%2Faggregation_aligned_layer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lambdaclass","download_url":"https://codeload.github.com/lambdaclass/aggregation_aligned_layer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdaclass%2Faggregation_aligned_layer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268171109,"owners_count":24207410,"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-08-01T02:00:08.611Z","response_time":67,"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-11-24T01:47:39.325Z","updated_at":"2025-08-01T04:36:19.411Z","avatar_url":"https://github.com/lambdaclass.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aggregataion Aligned Layer \n\n## SP1 toolchain setup\n\nFirst of all, install the SP1 toolchain. For more details visit the [sp1 installation guide](https://succinctlabs.github.io/sp1/getting-started/install.html).\n\n```bash\ncurl -L https://sp1.succinct.xyz | bash\n```\nThis will install sp1up, then simply follow the instructions on-screen, which will make the sp1up command available in your CLI. Then run\n\n```bash\nsp1up\n```\n\nVerify your installation running\n\n```bash\ncargo prove --version\n```\n\n## Arkworks BN254 pairing verification\n### Build the arkworks pairing verification program\n\n```bash\nmake build_ark_bn254_pairing_program \n```\n\n### Generate proof of the pairing verification\n\n```bash\nmake sp1_prove_ark_bn254_pairing\n```\n\n## Arkworks BLS12-381 pairing verification\n### Build the arkworks pairing verification program\n\n```bash\nmake build_ark_pairing_program \n```\n\n### Generate proof of the pairing verification\n\n```bash\nmake sp1_prove_ark_pairing\n```\n\n## Arkworks BN254 Groth16 verifier\n\n### Build the arkworks Groth16 verifier program \n\n```bash\nmake build_ark_groth16_verifier \n```\n\n### Generate proof of the Groth16 verification \n\n```bash\nmake sp1_prove_ark_groth16\n```\n\n## Lambdaworks pairing verification\n\n### Build the arkworks pairing verification program\n```bash\nmake build_lw_pairing_program \n```\n\n### Generate proof of the pairing verification\n\n```bash\nmake sp1_prove_lw_pairing\n```\n\n## Lambdaworks PLONK verifier\n\n### Build Lambdaworks PLONK verifier program\n\n```bash\nmake build_lw_plonk_program\n```\n\n### Generate SP1 proof of PLONK verifier\n\n```bash\nmake sp1_prove_lw_plonk\n```\n\n\n## Acknoledgements\n\nThanks to [SuccintLabs](https://succinct.xyz/) for the development of the [SP1 zkVM](https://github.com/succinctlabs/sp1) which was used for this proof of concept.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdaclass%2Faggregation_aligned_layer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambdaclass%2Faggregation_aligned_layer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdaclass%2Faggregation_aligned_layer/lists"}