Moven T
Moven T
Due to the change of updating `stdlib.fc` to 'commit 3d9a165 on Oct 25, 2022', many stdlib.fc dependencies in NFT contracts are outdated. Thus, this pull request contains following change: 1....
### Description This PR adds docs for the bitcoin example in the project. The primary focus is to assist developers in effectively running and understanding the bitcoin example. The changes...
- Part of #22 ## Problem We want to optimize the performance of MSM on mobile devices using GPU. This will be the groundwork for the enhancement of the mobile...
check the preview of blog here: https://docs-blog-noir-and-zkemail-m.mopro.pages.dev/blog
check the preview of the blog here https://docs-blog-native-mobile-pack.mopro.pages.dev/blog/2025/04/30/native-mobile-packages
## 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...
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
# Problem There are some typos in the current docs and blog posts. e.g. - `integration` https://zkmopro.org/blog/noir-integraion/#what-we-built ## Acceptance criteria - add typo check for https://zkmopro.org/docs and https://zkmopro.org/blog - correct...
# Problem As more project got listed on https://zkmopro.org/docs/projects, it becomes difficult to access the projects with categories. ## Details Add tags and ctegory sections for better discoverability. Take https://semaphore.pse.dev/projects...
### 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`...