mirror of
https://github.com/logos-blockchain/logos-blockchain-rust-rapidsnark.git
synced 2026-06-07 11:49:32 +00:00
doc: update requirements
This commit is contained in:
parent
8e7614d256
commit
55e4e266cf
10
README.md
10
README.md
@ -1,9 +1,17 @@
|
||||
# Rust Rapidsnark
|
||||
|
||||
<!-- [](https://crates.io/crates/witnesscalc-adapter) -->
|
||||
[](https://crates.io/crates/rust-rapidsnark)
|
||||
|
||||
This project provides a Rust adapter for compiling and linking [Rapidsnark](https://github.com/iden3/rapidsnark) into a native library for target platforms (e.g., mobile devices). It includes macros and functions to facilitate the integration of proof generation into Rust codebases.
|
||||
|
||||
## Requirements
|
||||
|
||||
### Rust toolchain
|
||||
|
||||
```
|
||||
cargo 1.81.0 (2dbb1af80 2024-08-20)
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Include the crate in your `Cargo.toml`:
|
||||
|
||||
@ -1,9 +1,17 @@
|
||||
# Rust Rapidsnark
|
||||
|
||||
<!-- [](https://crates.io/crates/witnesscalc-adapter) -->
|
||||
[](https://crates.io/crates/rust-rapidsnark)
|
||||
|
||||
This project provides a Rust adapter for compiling and linking [Rapidsnark](https://github.com/iden3/rapidsnark) into a native library for target platforms (e.g., mobile devices). It includes macros and functions to facilitate the integration of proof generation into Rust codebases.
|
||||
|
||||
## Requirements
|
||||
|
||||
### Rust toolchain
|
||||
|
||||
```
|
||||
cargo 1.81.0 (2dbb1af80 2024-08-20)
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Include the crate in your `Cargo.toml`:
|
||||
@ -77,10 +85,6 @@ let valid = rust_rapidsnark::groth16_verify_wrapper(
|
||||
- aarch64-linux-android
|
||||
- x86_64-linux-android
|
||||
|
||||
## Uploaded binaries
|
||||
|
||||
- Rapidsnark artifacts are uploaded [here](https://github.com/vivianjeng/rapidsnark/actions/runs/13075683259)
|
||||
|
||||
## Community
|
||||
|
||||
- Website: [zkmopro.com](https://zkmopro.com)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user