Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to README.md #26

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,18 @@ To test a request you should pass an `input.json` as a parameter to the request
node tools/request.js <input.json> <circuit>
```

## Wrappers

Rapidsnark can be used with several programming languages and environments through wrappers that provide integration with the original library. Below is a list of available wrappers:

| Wrapper | Repository Link |
| ------------ |-----------------------------------------|
| Go | https://github.com/iden3/go-rapidsnark |
| iOS | https://github.com/iden3/ios-rapidsnark |
| Android | https://github.com/iden3/android-rapidsnark |
| React Native | https://github.com/iden3/react-native-rapidsnark |
| Flutter | https://github.com/iden3/flutter-rapidsnark |

## Benchmark

This prover parallelizes as much as it can the proof generation.
Expand Down