aztec-packages
aztec-packages copied to clipboard
Fixes #14335 Add SHA256 checksum verification to prevent security vulnerabilities when downloading and extracting barretenberg binaries in both bbup scripts.
Write a tutorial to educate readers about writing efficient contracts. Noir's [Thinking in Circuits](https://noir-lang.org/docs/explainers/explainer-writing-noir) shares intuitions and advice around writing efficient Noir. Fill this knowledge gap for Aztec. 1. Differences...
There is a problem in function "compute_batched_barycentric_evaluations" in file small_subgroup_ipa.hpp. The point is elements of vector denominators are multiplied with coefficients of challenge polynomial. Coefficients of challenge polynomial(challenge_polynomial_lagrange) are computed...
Currently if the world state trees become out of sync with one another, the node simply throws an error and informs the node operator that they need to clean their...
These have been [banned in Noir](https://github.com/noir-lang/noir/pull/8491) due to being not well defined. This has caused issues in https://github.com/AztecProtocol/aztec-packages/pull/14373 due to some of the private kernel reset circuits containing zero length...
## Summary - Pass `console.log` as logger in bb.js tests to avoid Jest adding stack traces to `console.error` output - Default logger stays on stderr to avoid interfering with stdout...
BEGIN_COMMIT_OVERRIDE chore: refactor `sumcheck` methods to remove cluttering due to ZK and ECCVM differences (#18549) Revert "chore: refactor `sumcheck` methods to remove cluttering due to ZK and ECCVM differences" (#18639)...
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. For audit-related pull requests, please use the [audit PR template](?expand=1&template=audit.md).
Enables building with Makefile on two of the merge queue x86 instances.
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. For audit-related pull requests, please use the [audit PR template](?expand=1&template=audit.md).