![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@aztec/acir-simulator
Advanced tools
This library package is responsible for simulating function circuits compiled to ACIR.
Simulating a function implies generating the partial witness and the public inputs of the function, as well as collecting all the data (such as created notes or nullifiers, or state changes) that are necessary for components upstream.
It's able to simulate three different types of functions:
Private functions are simulated and proved clientside, and verified clientside in the private kernel circuit.
The public inputs of private functions is defined here.
They are run with the assistance of a DB oracle that provides any private data requested by the function.
Private functions can call another private function, and can request to call a public function, but the public function execution will be performed by the sequencer asynchronously, thus having no access to the return values.
Public functions are simulated and proved on the sequencer side, and verified by the public kernel circuit.
The public inputs of public functions is defined here.
They are run with the assistance of an oracle that provides any value read from the public state tree.
Public functions can call other public function, but no private functions.
Unconstrained functions are used to extract useful data for users, such as the user balance. They are not proved, and are simulated clientside.
They are run with the assistance of a DB oracle that provides any private data requested by the function.
At the moment, unconstrained functions cannot call any other function. It would be possible to allow them to call other unconstrained functions.
Same steps as any other library. They are detailed here
Same steps as any other library. They are detailed here
FAQs
## Responsibilities
The npm package @aztec/acir-simulator receives a total of 14 weekly downloads. As such, @aztec/acir-simulator popularity was classified as not popular.
We found that @aztec/acir-simulator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.