You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ Include the crate in your `Cargo.toml`:
10
10
11
11
```toml
12
12
[dependencies]
13
-
rust-rapidsnark = "0.1.0"
13
+
rust-rapidsnark = "0.1"
14
14
15
15
[build-dependencies]
16
-
rust-rapidsnark = "0.1.0"
16
+
rust-rapidsnark = "0.1"
17
17
```
18
18
19
19
It doesn't include the witness generation functions, you need to use one of the following crates to generate the witness:
@@ -37,8 +37,8 @@ Calculate the proof by using the `groth16_prover_zkey_file_wrapper` function.
37
37
It will take a `wtns` bytes array like the output of [witnesscalc](https://github.com/0xPolygonID/witnesscalc) or [snarkjs](https://github.com/iden3/snarkjs).
Copy file name to clipboardExpand all lines: crates/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ Include the crate in your `Cargo.toml`:
10
10
11
11
```toml
12
12
[dependencies]
13
-
rust-rapidsnark = "0.1.0"
13
+
rust-rapidsnark = "0.1"
14
14
15
15
[build-dependencies]
16
-
rust-rapidsnark = "0.1.0"
16
+
rust-rapidsnark = "0.1"
17
17
```
18
18
19
19
It doesn't include the witness generation functions, you need to use one of the following crates to generate the witness:
@@ -37,8 +37,8 @@ Calculate the proof by using the `groth16_prover_zkey_file_wrapper` function.
37
37
It will take a `wtns` bytes array like the output of [witnesscalc](https://github.com/0xPolygonID/witnesscalc) or [snarkjs](https://github.com/iden3/snarkjs).
0 commit comments