-
Notifications
You must be signed in to change notification settings - Fork 294
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
chore: remove aes slice #6550
chore: remove aes slice #6550
Conversation
… lh/6172-constrained-aes
… lh/6172-constrained-aes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff, have a tiny suggestion/comment on a name and cheekyness. The happiness that this will bring to the hearts of the noir folks for getting rid of the slice is 🚢-able
noir-projects/aztec-nr/aztec/src/encrypted_logs/incoming_body.nr
Outdated
Show resolved
Hide resolved
noir-projects/aztec-nr/aztec/src/encrypted_logs/incoming_body.nr
Outdated
Show resolved
Hide resolved
Benchmark resultsNo base data found for comparison. Detailed resultsAll benchmarks are run on txs on the This benchmark source data is available in JSON format on S3 here. Proof generationEach column represents the number of threads used in proof generation.
L2 block published to L1Each column represents the number of txs on an L2 block published to L1.
L2 chain processingEach column represents the number of blocks on the L2 chain where each block has 16 txs.
Circuits statsStats on running time and I/O sizes collected for every kernel circuit run across all benchmarks.
Stats on running time collected for app circuits
Tree insertion statsThe duration to insert a fixed batch of leaves into each tree type.
MiscellaneousTransaction sizes based on how many contract classes are registered in the tx.
Transaction size based on fee payment method | Metric | | Transaction processing duration by data writes.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a few tiny comments. Main one is the incoming_body
that is overwriting a value unnecessarily.
Somehow my brain also look at the generic names and go "hmm", as it seem to somewhere be "M" and other "NB", but I don't think that is really a concern when those are the kind of names, sage, klix
out.
noir-projects/aztec-nr/aztec/src/encrypted_logs/incoming_body.nr
Outdated
Show resolved
Hide resolved
@LHerskind It's not good, but we need the noir functionality to get rid of a lot of them...arithmetic over generics and turbofish to avoid hints mainly. I don't think it's worth refactoring if we're nuking them eventually. |
… gj/remove_aes_slice
… gj/remove_aes_slice
Automated pull of Noir development from [aztec-packages](https://github.com/AztecProtocol/aztec-packages). BEGIN_COMMIT_OVERRIDE feat: remove external blackbox solver from acir simulator (AztecProtocol/aztec-packages#6586) chore: remove aes slice (AztecProtocol/aztec-packages#6550) END_COMMIT_OVERRIDE --------- Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com> Co-authored-by: TomAFrench <tom@tomfren.ch>
Automated pull of Noir development from [aztec-packages](https://github.com/AztecProtocol/aztec-packages). BEGIN_COMMIT_OVERRIDE feat: remove external blackbox solver from acir simulator (AztecProtocol/aztec-packages#6586) chore: remove aes slice (AztecProtocol/aztec-packages#6550) END_COMMIT_OVERRIDE --------- Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com> Co-authored-by: TomAFrench <tom@tomfren.ch>
Closes: #6547
Also generalises EncryptedLogBody so it can be used with things that aren't notes