From 55e4e266cf3cc66fa82569095f1d38d328b2a392 Mon Sep 17 00:00:00 2001 From: "Ya-wen, Jeng" Date: Thu, 27 Mar 2025 14:23:51 +0800 Subject: [PATCH] doc: update requirements --- README.md | 10 +++++++++- crates/README.md | 14 +++++++++----- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7203eef..5066102 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,17 @@ # Rust Rapidsnark - +[![Crates.io](https://img.shields.io/crates/v/rust-rapidsnark?label=rust-rapidsnark)](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`: diff --git a/crates/README.md b/crates/README.md index 16c7451..5066102 100644 --- a/crates/README.md +++ b/crates/README.md @@ -1,9 +1,17 @@ # Rust Rapidsnark - +[![Crates.io](https://img.shields.io/crates/v/rust-rapidsnark?label=rust-rapidsnark)](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)