mopro icon indicating copy to clipboard operation
mopro copied to clipboard

Making client-side proving on mobile simple.

Results 114 mopro issues
Sort by recently updated
recently updated
newest added

# Problem A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] https://github.com/zkmopro/mopro/pull/620#issuecomment-3453983362 ## Details Use `uniffi-bindgen-react-native` to build for multiple architectures at the...

## Background Previously, our Android release builds were incompatible with code shrinking and obfuscation due to UniFFI's dependency on JNA. This resulted in runtime crashes: ``` E/AndroidRuntime(17363): java.lang.UnsatisfiedLinkError: Can't obtain...

- Added new `wasm_setup!` macro for WebAssembly initialization in `lib.rs`. - Introduced a new `web` module in `app_config` for WebAssembly-specific build logic. - Updated `Cargo.toml` files to include necessary dependencies...

# Problem https://github.com/zkmopro/mopro-react-native-package previously we used UniFFI for iOS and Android bindings, and wrote several glue code (e.g. https://github.com/zkmopro/mopro-react-native-package/blob/main/ios/MoproReactNativePackageModule.swift) to wrap the functions in React Native Now we used ubrn...

# Problem https://github.com/zkmopro/mopro_flutter_package previously we used UniFFI for iOS and Android bindings, and wrote several glue code (e.g. https://github.com/zkmopro/mopro_flutter_package/blob/main/ios/Classes/MoproFlutterPackagePlugin.swift) to wrap the functions in Flutter Now we used frb (flutter_rust_bridge)...

# Problem After refactor, we released the version `v0.3` and it now doesn't depends on adapter dependencies so it can support noir And we also integrate 2 different FFIs so...

# 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...

documentation

# Problem When running **React Native** bindings for keccak256 circuits the input will be more than 200 elements but it throws the error when printing out the inputs ```sh '0',...

Mirror issues of `[FEATURE] Ensure that the codebase can be compiled for iOS and Android targets #15030` https://github.com/AztecProtocol/aztec-packages/issues/15030

onlydust-wave
Noir Acceleration

# Problem ## iOS Before the refactor #561 there is iOS e2e tests https://github.com/zkmopro/mopro/blob/59ee1e296d4c69561d5b955306bee1488a60dce5/test-e2e/ios/mopro-test-UITests/mopro_test_UITests.swift#L10 After the refactor, the e2e tests are not included https://github.com/ElusAegis/mopro-halo2/blob/b233dd037af08a9c184bcb67c107e2c9c13b59ee/cli/src/template/ios/MoproAppUITests/MoproAppUITests.swift#L8 ## Android there is Android e2e...

onlydust-wave