Skip to content

Commit ce0efb8

Browse files
svpolonskyStas Polonsky
andauthored
updated README with more details on parallel_prove (#7)
Co-authored-by: Stas Polonsky <stas@ingonyama.com>
1 parent db9f326 commit ce0efb8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,15 @@ Generate multiple proofs simultaneously with configurable batch sizes for optima
6666

6767
1. [Download the xcframework](https://github.com/ingonyama-zk/imp1/releases/download/v0.2.0/imp1.xcframework.zip)
6868
2. Unzip & Drag **imp1.xcframework** into your iOS app.
69-
3. Use the `prove()` and `verify()` functions from the framework’s public interface. See [`PublicApi.h`](./ios/imp1/imp1/PublicApi.h) for function definitions, usage comments, and required types.
69+
3. Use the `prove()`, `parallel_prove()`, and `verify()` functions from the framework’s public interface. See [`PublicApi.h`](./ios/imp1/imp1/PublicApi.h) for function definitions, usage comments, and required types.
70+
4. More details in the platform-specific [README](./ios/README.md)
7071

7172
### Android
7273

7374
1. [Download the aar](https://github.com/ingonyama-zk/imp1/releases/download/v0.2.0/imp1-0.2.0.aar)
7475
2. Drag **imp1-0.2.0.aar** into your Android app.
75-
3. Use the `prove()` and `verify()` functions from the library’s native bridge. See [`NativeBridge.kt`](./android/imp1/app/src/main/java/com/ingonyama/imp1/NativeBridge.kt) for function definitions, usage comments, and required types.
76+
3. Use the `prove()`, `parallel_prove()`, and `verify()` functions from the library’s native bridge. See [`NativeBridge.kt`](./android/imp1/app/src/main/java/com/ingonyama/imp1/NativeBridge.kt) for function definitions, usage comments, and required types.
77+
4. More details in the platform-specific [README](./android/README.md)
7678

7779
---
7880

0 commit comments

Comments
 (0)