{"id":28377984,"url":"https://github.com/arkworks-rs/std","last_synced_at":"2025-06-26T21:32:28.765Z","repository":{"id":42366998,"uuid":"296739176","full_name":"arkworks-rs/std","owner":"arkworks-rs","description":"A standard library wrapper for use in the `arkworks` ecosystem","archived":false,"fork":false,"pushed_at":"2025-03-29T00:04:54.000Z","size":103,"stargazers_count":39,"open_issues_count":15,"forks_count":40,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-06-20T09:12:49.883Z","etag":null,"topics":["arkworks","rust","standard-library"],"latest_commit_sha":null,"homepage":"https://www.arkworks.rs","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/arkworks-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-18T22:08:44.000Z","updated_at":"2025-04-04T02:12:36.000Z","dependencies_parsed_at":"2024-10-19T16:58:34.186Z","dependency_job_id":null,"html_url":"https://github.com/arkworks-rs/std","commit_stats":{"total_commits":91,"total_committers":20,"mean_commits":4.55,"dds":"0.46153846153846156","last_synced_commit":"4cee4bc18ff6b0159c00d48622181db145938601"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/arkworks-rs/std","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkworks-rs%2Fstd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkworks-rs%2Fstd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkworks-rs%2Fstd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkworks-rs%2Fstd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arkworks-rs","download_url":"https://codeload.github.com/arkworks-rs/std/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkworks-rs%2Fstd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262145195,"owners_count":23265889,"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":["arkworks","rust","standard-library"],"created_at":"2025-05-30T01:35:07.127Z","updated_at":"2025-06-26T21:32:28.760Z","avatar_url":"https://github.com/arkworks-rs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003earkworks::std\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/arkworks-rs/utils/workflows/CI/badge.svg?branch=master\"\u003e\n    \u003ca href=\"https://github.com/arkworks-rs/utils/blob/master/LICENSE-APACHE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-APACHE-blue.svg\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/arkworks-rs/utils/blob/master/LICENSE-MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://deps.rs/repo/github/arkworks-rs/utils\"\u003e\u003cimg src=\"https://deps.rs/repo/github/arkworks-rs/utils/status.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nThe arkworks ecosystem consists of Rust libraries for designing and working with __zero knowledge succinct non-interactive arguments (zkSNARKs)__. This repository contains `ark-std`, a library that serves as a compatibility layer for `no_std` use cases, and also contains useful methods and types used by the rest of the `arkworks` ecosystem.\n\nThis library is released under the MIT License and the Apache v2 License (see [License](#license)).\n\n**WARNING:** This is an academic proof-of-concept prototype, and in particular has not received careful code review. This implementation is NOT ready for production use.\n\n## Build guide\n\nThe library compiles on the `stable` toolchain of the Rust compiler. To install the latest version of Rust, first install `rustup` by following the instructions [here](https://rustup.rs/), or via your platform's package manager. Once `rustup` is installed, install the Rust toolchain by invoking:\n```bash\nrustup install stable\n```\n\nAfter that, use `cargo`, the standard Rust build tool, to build the libraries:\n```bash\ngit clone https://github.com/arkworks-rs/utils.git\ncd utils\ncargo build --release\n```\n\n## Tests\nThis library comes with comprehensive unit and integration tests for each of the provided crates. Run the tests with:\n```bash\ncargo test --all\n```\n\n## Benchmarks\n\nTo run the benchmarks, install the nightly Rust toolchain, via `rustup install nightly`, and then run the following command:\n```bash\ncargo +nightly bench\n```\n\n## License\n\nThe crates in this repository are licensed under either of the following licenses, at your discretion.\n\n * Apache License Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nUnless you explicitly state otherwise, any contribution submitted for inclusion in this library by you shall be dual licensed as above (as defined in the Apache v2 License), without any additional terms or conditions.\n\n[zexe]: https://ia.cr/2018/962\n\n## Acknowledgements\n\nThis work was supported by:\na Google Faculty Award;\nthe National Science Foundation;\nthe UC Berkeley Center for Long-Term Cybersecurity;\nand donations from the Ethereum Foundation, the Interchain Foundation, and Qtum.\n\nAn earlier version of this library was developed as part of the paper *\"[ZEXE: Enabling Decentralized Private Computation][zexe]\"*.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkworks-rs%2Fstd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farkworks-rs%2Fstd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkworks-rs%2Fstd/lists"}