-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: Sync commits from aztec-packages
#4144
Commits on Nov 28, 2023
-
feat: Aztec CI files in Noir (#3430)
This is a dual-list commit in both Noir and aztec repo. In this PR, Aztec gets the code to make a mirror, and the mirror action pushes to our `aztec` branch in Noir. The `aztec` branch features this as the first commit, to then be pushed one by one from master as Noir changes come in. --------- Co-authored-by: ludamad <adam@aztecprotocol.com>
Configuration menu - View commit details
-
Copy full SHA for 6743afc - Browse repository at this point
Copy the full SHA 6743afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5046b - Browse repository at this point
Copy the full SHA 5b5046bView commit details
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7f1b857 - Browse repository at this point
Copy the full SHA 7f1b857View commit details -
Configuration menu - View commit details
-
Copy full SHA for 454b140 - Browse repository at this point
Copy the full SHA 454b140View commit details
Commits on Dec 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc00722 - Browse repository at this point
Copy the full SHA fc00722View commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ad7ba5 - Browse repository at this point
Copy the full SHA 0ad7ba5View commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d265b4 - Browse repository at this point
Copy the full SHA 2d265b4View commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d788414 - Browse repository at this point
Copy the full SHA d788414View commit details -
feat: update to latest noir and update noir compiler (#3696)
This PR updates aztec-packages to use latest noir. - Regarding noir_wasm, providing the solved sources directly to `node_wasm` eliminates the need for `source-resolver`, which has been completely removed from the repository. - Added required pub in return values - Updated return_type - Pulled latest noir
Configuration menu - View commit details
-
Copy full SHA for f06ab9c - Browse repository at this point
Copy the full SHA f06ab9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ff6ce - Browse repository at this point
Copy the full SHA 29ff6ceView commit details
Commits on Jan 4, 2024
-
chore: Cleanup recursion interface (#3744)
This is a recreation of this PR (AztecProtocol/aztec-packages#3528) to handle PR AztecProtocol/aztec-packages#3729 # Checklist: Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge. - [ ] If the pull request requires a cryptography review (e.g. cryptographic algorithm implementations) I have added the 'crypto' tag. - [ ] I have reviewed my diff in github, line by line and removed unexpected formatting changes, testing logs, or commented-out code. - [ ] Every change is related to the PR description. - [ ] I have [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this pull request to relevant issues (if any exist). --------- Co-authored-by: kevaundray <kevtheappdev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d144743 - Browse repository at this point
Copy the full SHA d144743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20f1652 - Browse repository at this point
Copy the full SHA 20f1652View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce02b01 - Browse repository at this point
Copy the full SHA ce02b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50925ea - Browse repository at this point
Copy the full SHA 50925eaView commit details -
chore: Just nargo compile. (#3775)
Ok. Don't be scared. 262 files sounds horrific but it's mostly path updates and that kind of nonsense. The `noir-contracts` and `noir-compiler` changes are probably what to focus on. * We update boxes to use our build of nargo, and the modified code-generator. * We update paths in docs, as noir-contracts/src/contracts moved to noir-contracts/contracts, as src is now pure codegen output. * Contracts are now imported e.g. `import { ChildContractArtifact } from '@aztec/noir-contracts/Child';`. You can still just import from top level index, but it's pretty cruel to ask the runtime to parse all the artifacts just to get one, they are huge. * Contract files are now just named as per the name of the contract (i.e. not snake case). Less moving parts is better here. Given it's codegen output it's acceptable to allow the output names to be inconsistent. * aztec.js is now responsible for copying the account contracts into itself, as opposed to have some other random module push code into it. But we just need to get rid of this baked account stuff at some point anyway. * Got rid of lodash.zip in one place, and then restrained myself to not go further. But think we should remove the "trivial" lodash cases at some point. * Tidied up yp/bootstrap a bit, it's basically in line with the dockerfile at this point. Will prob make dockerfile just call bootstrap as part of some other docker cleanup I'll do later. * `source-map-support` in cli. * Remove compile command from cli. We are just going to promote use of aztec-nargo. * The ts and noir generators now expect nargo output as input, rather than our transformed abi. The ts generator outputs the transformed abi as part of it's generation. * Delete all the script stuff from `noir-contracts`. src folder is now just the codegen output, and the codegen is done with a trivial script to call compile and the ts generator in noir-compiler. * Added an unused script called `transform_json_abi.sh` that uses a tiny bit of jq to perform the transform. Probably to be deleted, especially if we just stop transforming the noir output and use it directly, but it served me as a useful tool at one point.
Configuration menu - View commit details
-
Copy full SHA for 338cb57 - Browse repository at this point
Copy the full SHA 338cb57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 717f1fa - Browse repository at this point
Copy the full SHA 717f1faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1005f32 - Browse repository at this point
Copy the full SHA 1005f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50cb28c - Browse repository at this point
Copy the full SHA 50cb28cView commit details
Commits on Jan 8, 2024
-
Needed a bit of a graft here: - Looked at current commit on noir/.gitrepo, it pointed to 'just nargo compile' commit, fixed that to actual commit in aztec-packages branch of noir - Fixed parent commit - did git subrepo noir pull and fixed merge conflicts per instructions - this PR resulted
Configuration menu - View commit details
-
Copy full SHA for a6289a5 - Browse repository at this point
Copy the full SHA a6289a5View commit details -
chore!: Remove aggregation objects from RecursionConstraint (#3885)
This removes the aggregation objects which are currently unused in the RecursionConstraint implementation. Next we will update the ACVM opcode to no longer use the aggregation object fields and update the serialization. # Checklist: Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge. - [ ] If the pull request requires a cryptography review (e.g. cryptographic algorithm implementations) I have added the 'crypto' tag. - [ ] I have reviewed my diff in github, line by line and removed unexpected formatting changes, testing logs, or commented-out code. - [ ] Every change is related to the PR description. - [ ] I have [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this pull request to relevant issues (if any exist). --------- Co-authored-by: kevaundray <kevtheappdev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c0826b5 - Browse repository at this point
Copy the full SHA c0826b5View commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3521d28 - Browse repository at this point
Copy the full SHA 3521d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3366d6 - Browse repository at this point
Copy the full SHA a3366d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16a4f50 - Browse repository at this point
Copy the full SHA 16a4f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6bc062 - Browse repository at this point
Copy the full SHA c6bc062View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9405f0 - Browse repository at this point
Copy the full SHA e9405f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4178e74 - Browse repository at this point
Copy the full SHA 4178e74View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad7e3b1 - Browse repository at this point
Copy the full SHA ad7e3b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 404ffbf - Browse repository at this point
Copy the full SHA 404ffbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0886b1b - Browse repository at this point
Copy the full SHA 0886b1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 812576b - Browse repository at this point
Copy the full SHA 812576bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c8f83e - Browse repository at this point
Copy the full SHA 3c8f83eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89bf498 - Browse repository at this point
Copy the full SHA 89bf498View commit details -
Revert "chore: remove now unused bb abstraction leaks"
This reverts commit 3c8f83e.
Configuration menu - View commit details
-
Copy full SHA for 9affee6 - Browse repository at this point
Copy the full SHA 9affee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1725e70 - Browse repository at this point
Copy the full SHA 1725e70View commit details -
Revert "chore: fix builds of
noir_js_backend_barretenberg
"This reverts commit 89bf498.
Configuration menu - View commit details
-
Copy full SHA for 394154e - Browse repository at this point
Copy the full SHA 394154eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d4bfa - Browse repository at this point
Copy the full SHA 39d4bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f2bf4 - Browse repository at this point
Copy the full SHA 04f2bf4View commit details -
Revert "fix: avoid decoding public inputs"
This reverts commit 39d4bfa.
Configuration menu - View commit details
-
Copy full SHA for 5b64df3 - Browse repository at this point
Copy the full SHA 5b64df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec2e07 - Browse repository at this point
Copy the full SHA 9ec2e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2e6c0 - Browse repository at this point
Copy the full SHA ee2e6c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 742e940 - Browse repository at this point
Copy the full SHA 742e940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61c2b9b - Browse repository at this point
Copy the full SHA 61c2b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 114aa6f - Browse repository at this point
Copy the full SHA 114aa6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee802c9 - Browse repository at this point
Copy the full SHA ee802c9View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f6a24d - Browse repository at this point
Copy the full SHA 3f6a24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4bbe21 - Browse repository at this point
Copy the full SHA f4bbe21View commit details -
Merge branch 'master' into aztec-packages
* master: feat: Add dependency resolver for `noir_wasm` and implement `FileManager` for consistency with native interface (#3891)
Configuration menu - View commit details
-
Copy full SHA for 75c8334 - Browse repository at this point
Copy the full SHA 75c8334View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3416229 - Browse repository at this point
Copy the full SHA 3416229View commit details -
chore: git subrepo commit (merge) noir (#3955)
subrepo: subdir: "noir" merged: "6bdab5c1e4" upstream: origin: "https://github.com/noir-lang/noir" branch: "aztec-packages" commit: "75c83348e6" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb" --------- Co-authored-by: ludamad <adam@aztecprotocol.com> Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5646354 - Browse repository at this point
Copy the full SHA 5646354View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c357e4 - Browse repository at this point
Copy the full SHA 7c357e4View commit details
Commits on Jan 12, 2024
-
chore!: define key type in maps (#3841)
Closes AztecProtocol/aztec-packages#2787 Unfortunately key type with a `ToField` trait binding is only defined in the `.at` method, due to this blocker: #3954
Configuration menu - View commit details
-
Copy full SHA for b5a1eb5 - Browse repository at this point
Copy the full SHA b5a1eb5View commit details -
A bunch of the tests in rust are broken as the trait implementations for the EC operations were removed
Configuration menu - View commit details
-
Copy full SHA for 5162b33 - Browse repository at this point
Copy the full SHA 5162b33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55aa96f - Browse repository at this point
Copy the full SHA 55aa96fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7c4c66 - Browse repository at this point
Copy the full SHA d7c4c66View commit details -
subrepo: subdir: "noir" merged: "945587396" upstream: origin: "https://github.com/noir-lang/noir" branch: "aztec-packages" commit: "d7c4c669c" git-subrepo: version: "0.4.6" origin: "???" commit: "???"
Configuration menu - View commit details
-
Copy full SHA for 563c704 - Browse repository at this point
Copy the full SHA 563c704View commit details
Commits on Jan 13, 2024
-
Merge branch 'master' into aztec-packages
* master: feat: add `noir-compiler` checks to `aztec_macros` (#4031) chore: remove unnecessary visibility modifiers from u128 trait impls (#4023) chore(ci): install fixed version of `wasm-pack` in CI (#4034) chore: remove `release-tests` package (#4032) chore(docs): bumping playground version (#4030) fix: allow ast when macro errors (#4005) chore: provide a canonical "failing" `BlackBoxFunctionSolver` (#4028) feat: assert maximum bit size when creating a U128 from an integer (#4024)
Configuration menu - View commit details
-
Copy full SHA for 787ccdc - Browse repository at this point
Copy the full SHA 787ccdcView commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7da1ab - Browse repository at this point
Copy the full SHA e7da1abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f22446 - Browse repository at this point
Copy the full SHA 7f22446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f38b22 - Browse repository at this point
Copy the full SHA 0f38b22View commit details -
subrepo: subdir: "noir" merged: "0f38b229f" upstream: origin: "https://github.com/noir-lang/noir" branch: "aztec-packages" commit: "0f38b229f" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb" Co-authored-by: kevaundray <kevtheappdev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2d92108 - Browse repository at this point
Copy the full SHA 2d92108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 001b8e0 - Browse repository at this point
Copy the full SHA 001b8e0View commit details -
fix: dont spam logs with yarn install (#4027)
This output was getting cut off in the noir-packages ci job. This standardizes what was already in yarn-project
Configuration menu - View commit details
-
Copy full SHA for 5e51255 - Browse repository at this point
Copy the full SHA 5e51255View commit details
Commits on Jan 16, 2024
-
fix: Start witness of ACIR generated by Noir start at zero not one (#…
…3961) Resolves #130 Only partially resovles AztecProtocol/barretenberg#816. There is some places like in `serialize_arithmetic_gate` where we assume that the `zero_idx == 0`. --------- Co-authored-by: ledwards2225 <l.edwards.d@gmail.com> Co-authored-by: ledwards2225 <98505400+ledwards2225@users.noreply.github.com> Co-authored-by: Tom French <tom@tomfren.ch> Co-authored-by: kevaundray <kevtheappdev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 45165d1 - Browse repository at this point
Copy the full SHA 45165d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4980553 - Browse repository at this point
Copy the full SHA 4980553View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4300ce2 - Browse repository at this point
Copy the full SHA 4300ce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9995d2b - Browse repository at this point
Copy the full SHA 9995d2bView commit details -
chore: sync from noir repo (#4047)
subrepo: subdir: "noir" merged: "9995d2ba2" upstream: origin: "https://github.com/noir-lang/noir" branch: "aztec-packages" commit: "9995d2ba2" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb"
Configuration menu - View commit details
-
Copy full SHA for a4b6635 - Browse repository at this point
Copy the full SHA a4b6635View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c185c2 - Browse repository at this point
Copy the full SHA 0c185c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6d3e73 - Browse repository at this point
Copy the full SHA e6d3e73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3541dd0 - Browse repository at this point
Copy the full SHA 3541dd0View commit details -
feat!: Unify ABIs between nargo and yarn-project (#3989)
Changes the output of `nargo` and `noir-wasm` to generate a single artifact that includes debug information. Compiled contracts now have a `file_map` at the root of the artifact, and a `debug_symbols` within each function. For consistency, compiled programs also have `file_map` and `debug_symbols`. Debug symbols are compressed and base64-encoded, as they were by the former `noir-compiler` postprocessing. The `debug` json artifact is no longer emitted. Removes all code related to generating `yarn-project`-specific ABIs from noir compiler. Instead, `types` now exposes a `loadContractArtifact` that renames fields as needed (and use camel instead of snake case), and is required when loading a noir contract artifact. Autogenerated types run this automatically. Since we are no longer post-processing artifacts, the `noir-contracts` project shape is changed. JSON files live in the `target` folder where nargo outputs them (this is not configurable), and are loaded by the autogenerated typescript interfaces from there. As part of the refactor, moves functions for getting functions debug info out of `acir-simulator` and into `types`. **Breaking change**: This removes the need to run `codegen` for using a compiled contract. However, when creating a new contract object from aztec.js, a dev needs to call `loadContractArtifact`. **Future changes**: Type information for a compilation artifact is now spread all over the place, and duplicated in more than one place. There are types defined within rust code in Noir as `[wasm_bindgen(typescript_custom_section)]`, others defined within typescript code in the `noir_wasm` package, others in `foundation`, and others in `types`. We should unify it in a single place. Fixes AztecProtocol/aztec-packages#3812 Supersedes #3906 Noir subrepo has been pushed to #4035 to run the Noir CI
Configuration menu - View commit details
-
Copy full SHA for 0858aa4 - Browse repository at this point
Copy the full SHA 0858aa4View commit details -
subrepo: subdir: "noir" merged: "b70f643949" upstream: origin: "https://github.com/noir-lang/noir" branch: "aztec-packages" commit: "3541dd02ca" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb"
Configuration menu - View commit details
-
Copy full SHA for 8ac47e5 - Browse repository at this point
Copy the full SHA 8ac47e5View commit details -
fix: Nargo destination path in bootstrap cache (#4103)
The destination path when copying nargo from the CI cache in bootstrap_cache was wrong, it was getting copied to `~/monorepo/noir/noir/target/release` (note the double `noir`).
Configuration menu - View commit details
-
Copy full SHA for 5a1b2bb - Browse repository at this point
Copy the full SHA 5a1b2bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f93d5 - Browse repository at this point
Copy the full SHA 13f93d5View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 88ecd78 - Browse repository at this point
Copy the full SHA 88ecd78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40c2dc3 - Browse repository at this point
Copy the full SHA 40c2dc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3558c72 - Browse repository at this point
Copy the full SHA 3558c72View commit details -
Configuration menu - View commit details
-
Copy full SHA for b26dba8 - Browse repository at this point
Copy the full SHA b26dba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 727473c - Browse repository at this point
Copy the full SHA 727473cView commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 602f23f - Browse repository at this point
Copy the full SHA 602f23fView commit details
Commits on Jan 24, 2024
-
feat!: Add big int opcodes (without implementation) (#4050)
Adds the biginteger opcode skeleton #4040 The PR adds ACIR opcodes for bigint operations. It does not provide any implantation of the opcodes, neither in BB, in the solver or in Brillig. --------- Co-authored-by: kevaundray <kevtheappdev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7dba0a1 - Browse repository at this point
Copy the full SHA 7dba0a1View commit details
Commits on Jan 25, 2024
-
feat: implement bigint in Noir, using bigint opcodes (#4198)
This PR enables big integers in Noir using the bigint opcodes. It does not implement bigints in ACVM which is required to solve the opcodes. It also does not implement bigints opcodes in Barretenberg, which is required to generate the constraints. However it provides a BigInt structure in the stdlib so you can write code like this in Noir, which will be compiled into ACIR using the bigint opcodes. ``` let a = bigint::BigInt::from_le_bytes([3], [23]); let b = bigint::BigInt::from_le_bytes([5], [23]); let c = a+b; let bytes = c.to_le_bytes(); std::println(bytes[0]); ``` I did not add a test yet because ACMV solver is not yet implemented. --------- Co-authored-by: kevaundray <kevtheappdev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 914403d - Browse repository at this point
Copy the full SHA 914403dView commit details -
feat: Implement Embedded EC add and double opcodes (#3982)
This PR resolves the following points from the issue #3983: - Add ACVM solvers for ECADD and ECDOUBLE - Generate circuits for ECADD and ECDOUBLE in BB/dsl - Add unit test in BB/DSL for these new opcodes - Add integration test in Noir demonstrating the use of the opcodes
Configuration menu - View commit details
-
Copy full SHA for 9debf5c - Browse repository at this point
Copy the full SHA 9debf5cView commit details -
feat!: remove ec_double opcode (#4210)
Remove the ec_double ACIR opcode since we can use EC addition with itself to double a point.
Configuration menu - View commit details
-
Copy full SHA for af203d6 - Browse repository at this point
Copy the full SHA af203d6View commit details -
feat!: add opcode for poseidon2 permutation (#4214)
Related to issue: #4037 The PR adds the opcode to ACIR and updates BB and Noir accordingly. Furthermore you can use it via a foreign function in the stdlib. This will generate the proper ACIR opcode but the solver will not be able to solve it and BB will skip it.
Configuration menu - View commit details
-
Copy full SHA for 435d041 - Browse repository at this point
Copy the full SHA 435d041View commit details -
refactor: delete C++ PK circuits (#4219)
This is no longer used. We still hold value in referencing the code, BUT this is best done in historical commits. As it no longer builds, and we don't intend to maintain it, it is best to not mislead people by including it now. --------- Co-authored-by: ludamad <adam@aztecprotocol.com>
Configuration menu - View commit details
-
Copy full SHA for e470b94 - Browse repository at this point
Copy the full SHA e470b94View commit details
Commits on Jan 26, 2024
-
feat!: add opcode for sha256 compression function (#4229)
The opcode will allow SHA256 implementation in Noir with support to variable length input, while keeping BB native performance. The PR includes usage of the function in stdlib, but does not include implementation of the function. It should be added in a future PR for ACVM, BB, Brillig and Noir (for constant folding).
Configuration menu - View commit details
-
Copy full SHA for 2c463bc - Browse repository at this point
Copy the full SHA 2c463bcView commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52fc077 - Browse repository at this point
Copy the full SHA 52fc077View commit details -
Configuration menu - View commit details
-
Copy full SHA for 031c534 - Browse repository at this point
Copy the full SHA 031c534View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6aebc - Browse repository at this point
Copy the full SHA ea6aebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14d491b - Browse repository at this point
Copy the full SHA 14d491bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b50fd9 - Browse repository at this point
Copy the full SHA 7b50fd9View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f246fa - Browse repository at this point
Copy the full SHA 1f246faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c05f6 - Browse repository at this point
Copy the full SHA 68c05f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bc7107 - Browse repository at this point
Copy the full SHA 6bc7107View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e43b32 - Browse repository at this point
Copy the full SHA 1e43b32View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa163e0 - Browse repository at this point
Copy the full SHA aa163e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5503531 - Browse repository at this point
Copy the full SHA 5503531View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2badd02 - Browse repository at this point
Copy the full SHA 2badd02View commit details