Skip to content

Commit

Permalink
Feat/ec_utils field_utils secp, vrf/inv_mod + integration tests (#506)
Browse files Browse the repository at this point in the history
* ec utils field utils secp + integration tests

* fix lint + comment int test

* fix codes name for bigint + uncomment some tests

* fix

---------

Co-authored-by: lanaivina <31368580+lana-shanghai@users.noreply.github.com>
  • Loading branch information
StringNick and lana-shanghai authored Apr 24, 2024
1 parent 8042cf8 commit 46453e2
Show file tree
Hide file tree
Showing 20 changed files with 4,680 additions and 89 deletions.
2 changes: 1 addition & 1 deletion src/hint_processor/bigint.zig
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ test "big int pack div mod hint" {
});

const hint_processor = HintProcessor{};
var hint_data = HintData.init(hint_codes.BIGINT_PACK_DIV_MOD_HINT, ids_data, .{});
var hint_data = HintData.init(hint_codes.BIGINT_PACK_DIV_MOD, ids_data, .{});

var exec_scopes = try ExecutionScopes.init(std.testing.allocator);
defer exec_scopes.deinit();
Expand Down
Loading

0 comments on commit 46453e2

Please sign in to comment.