mopro
mopro copied to clipboard
Making client-side proving on mobile simple.
# Problem A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] refer to #590 #591 ## Details Describe the solution you'd like. A...
# Problem > Inspired by [flutter_rust_bridge](https://github.com/fzyzcjy/flutter_rust_bridge) Now the CLI requires users to build a rust project to utilize circom adapter but for mobile developers, it is easier to just have...
# Problem > Inspired by [flutter_rust_bridge](https://github.com/fzyzcjy/flutter_rust_bridge) Now the CLI requires users to build a rust project to utilize circom adapter but for mobile developers, it is easier to just have...
# Problem Now `mopro-wasm` and `mopro-ffi` is in different folder, and the example app will build both `mopro-wasm` and `mopro-ffi` even if `wasm`/`web` feature is not enabled It is proved...
# Problem In the before we had `witnesscalc` and `rapidsnark` features in `mopro-ffi` after the refactor, the `witnesscalc` and `rapidsnark` is removed from `mopro-ffi` we can add them as features...
# Problem In Rust, we can use the comment to write function description/usage. It can help with devs know the function well. For example https://github.com/zkmopro/mopro/blob/59ee1e296d4c69561d5b955306bee1488a60dce5/mopro-ffi/src/lib.rs#L201-L206 and it will be shown...
### Description When building a project that uses `rust-witness` v0.1.6 for iOS targets, the build fails during the w2c2 WASI compilation phase with an implicit function declaration error for `getentropy`...
# Problem Currently, the Mopro CLI (`mopro create`) helps generate app templates after bindings are created with `mopro build`. However, developers still face a considerable amount of manual work when...
This is a small patch to import the two prove & verify functions from my [ark-circom-witnesscalc](https://github.com/HarryR/ark-circom-witnesscalc), as a quick demo. The reason behind this patch is: * I wanted to...
# Problem A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] ## Details Describe the solution you'd like. A clear and concise description...