-
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(stdlib): Add keccak #1249
feat(stdlib): Add keccak #1249
Conversation
This can be tested by updating the As an example of this see https://github.com/noir-lang/noir/pull/1226/files/d79b7f3a737940a9528753a05e1ed4d530397064 |
Waiting for noir-lang/acvm-backend-barretenberg#164 to merge so we can avoid the memory leak |
* master: (66 commits) feat(nargo)!: retire print-acir in favour of flag (#1328) chore(ssa): enable cse for assert (#1350) chore(ssa refactor): Add basic instruction simplification (#1329) chore(noir): Release 0.6.0 (#1279) feat: enable to_radix for any field element (#1343) chore(ssa refactor): Simplify inlining pass and fix inlining failure (#1337) chore!: Update to acvm 0.11.0 (#1322) feat: Add ECDSA secp256k1 builtin test (#1294) chore: add support for encoding/decoding inputs from JSON (#1325) feat: Issue an error when attempting to use a `return` expression (#1330) chore(ssa refactor): Fix inlining bug (#1335) fix: to-bits and to-radix for > 128 bits (#1312) chore(parser): Parser error optimisation (#1292) chore(ssa refactor): Implement function inlining (#1293) chore: fix installation link in readme (#1326) chore: fix installation link in readme (#1326) feat(stdlib): Add keccak (#1249) fix: Parsing nested generics (#1319) chore(ssa refactor): Document some SSA-gen functions (#1321) fix: Assigning to tuple fields (#1318) ...
Related issue(s)
Resolves #1189
Description
Summary of changes
Adds Keccak in stdlib and handle Keccak intrinsic function.
Dependency additions / changes
Needs a bunch of PR to be merge and versions to be updated before this can be tested:
noir-lang/acvm#247
noir-lang/acvm-backend-barretenberg#150
AztecProtocol/barretenberg#393
Test additions / changes
I will add an integration test once the above PR are published.
Checklist
cargo fmt
with default settings.Documentation needs
New Keccak function in the stdlib.
BEGIN_COMMIT_OVERRIDE
feat(stdlib): add keccak256 foreign function (#1249)
END_COMMIT_OVERRIDE