Skip to content

Commit

Permalink
Merge pull request #1882 from AntelopeIO/yarkin/update_bls
Browse files Browse the repository at this point in the history
[5.0] Adapt to changes in bls12-381 lib and add tests
  • Loading branch information
heifner authored Nov 30, 2023
2 parents f77423b + 804e415 commit c584cdb
Show file tree
Hide file tree
Showing 16 changed files with 1,028 additions and 731 deletions.
2 changes: 1 addition & 1 deletion benchmark/benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ std::map<std::string, std::function<void()>> features {
};

// values to control cout format
constexpr auto name_width = 28;
constexpr auto name_width = 40;
constexpr auto runs_width = 5;
constexpr auto time_width = 12;
constexpr auto ns_width = 2;
Expand Down
Loading

0 comments on commit c584cdb

Please sign in to comment.