{"id":21839235,"url":"https://github.com/alexcitten/merklezkp","last_synced_at":"2025-09-19T12:11:27.930Z","repository":{"id":255896672,"uuid":"853838831","full_name":"Alexcitten/merklezkp","owner":"Alexcitten","description":"A Rust-based project integrating Merkle trees with Zero-Knowledge Proofs (ZKPs).","archived":false,"fork":false,"pushed_at":"2024-09-07T17:17:46.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T15:23:04.235Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Alexcitten.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-07T17:16:22.000Z","updated_at":"2024-09-07T17:17:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8ff7ac1-b451-4e56-940c-c0f4aa7815fb","html_url":"https://github.com/Alexcitten/merklezkp","commit_stats":null,"previous_names":["alexcitten/merklezkp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Alexcitten/merklezkp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alexcitten%2Fmerklezkp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alexcitten%2Fmerklezkp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alexcitten%2Fmerklezkp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alexcitten%2Fmerklezkp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alexcitten","download_url":"https://codeload.github.com/Alexcitten/merklezkp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alexcitten%2Fmerklezkp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275934880,"owners_count":25555523,"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-09-19T02:00:09.700Z","response_time":108,"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-27T21:16:48.472Z","updated_at":"2025-09-19T12:11:27.921Z","avatar_url":"https://github.com/Alexcitten.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Merkle ZKP\n\nA Rust-based project integrating Merkle trees with Zero-Knowledge Proofs (ZKPs).\n\n## Overview\nThis project demonstrates my ability to implement cryptographic data structures, specifically **Merkle Trees**, combined with **Zero-Knowledge Proofs** for verifiable computation. The Merkle tree ensures data integrity by constructing efficient, verifiable proofs of inclusion, while the ZKP component provides a mechanism for proof generation without revealing sensitive information.\n\n## Key Features\n- **Merkle Trees**: Ensures data integrity by constructing efficient proofs of inclusion.\n- **Zero-Knowledge Proofs**: Verifiable computation without revealing sensitive information.\n- **zk-SNARKs**: Implemented via the `bellman` library, providing secure proof creation and verification for small inputs.\n- **Rust Performance**: Leverages Rust’s performance and memory safety to handle complex cryptographic operations with minimal overhead.\n\n## My Role\nIn this project, I implemented the core cryptographic primitives and ensured the efficiency and security of proof generation and verification. By combining **Merkle Trees** and **zk-SNARKs**, I demonstrated the ability to integrate advanced cryptographic protocols into practical applications, proving the inclusion of specific data without revealing the data itself.\n\n## How to Use\n   ```bash\n   git clone https://github.com/Alexcitten/merklezkp\n   cd merklezkp\n   cargo build\n   cargo run\n   ```\n\n## Expected Output\n\nUpon running the program, you should see the following output, which demonstrates the generation of a Merkle root, proof for the first element, and validation of the proof:\n   ```bash\n    Merkle Root: 58c89d709...131c102cfd\n    Proof for first element: [(\"3e23e81...59c009d\", true), (\"d3a0...4891a\", true)]\n    Leaf hash: ca9781...7785afee48bb\n    Is proof valid? true\n   ```\nThis demonstrates that the program successfully constructs a Merkle tree, generates a valid proof for the first element, and verifies that the proof matches the root.\n\n## LICENSE\nThis project is licensed under the MIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcitten%2Fmerklezkp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexcitten%2Fmerklezkp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcitten%2Fmerklezkp/lists"}