{"id":19866413,"url":"https://github.com/jumpcrypto/plonky2-crypto","last_synced_at":"2025-05-02T06:30:29.927Z","repository":{"id":163224672,"uuid":"636820331","full_name":"JumpCrypto/plonky2-crypto","owner":"JumpCrypto","description":"Crypto Gadgets for Plonky2","archived":false,"fork":false,"pushed_at":"2024-05-16T14:54:54.000Z","size":65,"stargazers_count":72,"open_issues_count":4,"forks_count":18,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-06T23:12:41.293Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jumpcrypto.com","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/JumpCrypto.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}},"created_at":"2023-05-05T18:12:46.000Z","updated_at":"2025-02-23T07:25:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"4028f06b-87ec-4420-a104-11b34d93c47a","html_url":"https://github.com/JumpCrypto/plonky2-crypto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JumpCrypto%2Fplonky2-crypto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JumpCrypto%2Fplonky2-crypto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JumpCrypto%2Fplonky2-crypto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JumpCrypto%2Fplonky2-crypto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JumpCrypto","download_url":"https://codeload.github.com/JumpCrypto/plonky2-crypto/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251997993,"owners_count":21677907,"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-11-12T15:25:43.513Z","updated_at":"2025-05-02T06:30:29.915Z","avatar_url":"https://github.com/JumpCrypto.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crypto Gadgets for Plonky2\n\nA collection of efficient gadgets for Plonky2.\n\nAs we're building larger and larger circuits with Plonky2, we want to share some of our work and optimizations, packaged in a single and simple to use library.\n\n## Complete Example\n\nSee the [`hello-world` example](examples/hello-world/) to get started and build your own circuit.\n\nOr run:\n```\ncd examples/hello-world\ncargo test --release -- --nocapture\n```\n(don't forget the `--release`!)\n\nFor more examples you can run the library tests:\n```\ncargo test --release -- --nocapture\n```\n\n## Features\n\nHash functions:\n- [x] Sha256\n    * [x] Hash Arbitrary Length Data\n    * [x] Hash Two to One (For use with Merkle Proofs)\n    * [x] Merkle Proof Gadget\n    * [x] Delta Merkle Proof Gadget\n- [x] Keccak256\n    * [x] Hash Arbitrary Length Data\n    * [ ] Hash Two to One (For use with Merkle Proofs)\n    * [ ] Merkle Proof Gadget\n    * [ ] Delta Merkle Proof Gadget\n\nInteger arithmetic:\n- [x] Uint32 arithmetic ops (add, mul, ...)\n- [x] Uint32 bitwise ops (and, xor, ...)\n- [x] BigUint arithmetic ops (add, sub, mul, div/rem, ...)\n- [x] BigUint optimized mul, sqr\n\nFinite field arithmetic:\n- [ ] Prime fields\n- [ ] Extension fields\n- [ ] Extension towers\n\nElliptic curve cryptography:\n- [ ] ECDSA (secp256k1)\n- [ ] EDDSA (ed25519)\n- [ ] BLS (bls12-381)\n\n## Contribute\n\nWe welcome contribution, whether in form of bug fixed, documentation, new gadgets, new functionality.\n\nJust open an issue to discuss what you'd like to contribute and then submit a PR.\n\n**Disclaimer. This alpha software has been open sourced. All software and code are provided “as is,” without any warranty of any kind, and should be used at your own risk.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjumpcrypto%2Fplonky2-crypto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjumpcrypto%2Fplonky2-crypto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjumpcrypto%2Fplonky2-crypto/lists"}