Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NilFoundation/placeholder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 97fdbca3e685ec181d519d9dcdd5f282b98138ee
Choose a base ref
..
head repository: NilFoundation/placeholder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d12eaedf3347bd8bd6d86d64139bd35e75b3f082
Choose a head ref
Showing with 0 additions and 3 deletions.
  1. +0 −3 crypto3/libs/blueprint/include/nil/blueprint/zkevm_bbf/opcodes/shl.hpp
Original file line number Diff line number Diff line change
@@ -220,9 +220,6 @@ namespace nil {
res[i] = r_chunks[i];
}

// add constraint on tp
// figure out indice1

allocate(tp, 32, 0);
allocate(z, 33, 0);
allocate(I1, 34, 0);