File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ inline constexpr auto traits = []() noexcept {
576
576
{expmod_analyze, expmod_stub},
577
577
{ecadd_analyze, ecadd_execute},
578
578
{ecmul_analyze, ecmul_execute},
579
- {ecpairing_analyze, ecpairing_stub },
579
+ {ecpairing_analyze, ecpairing_execute },
580
580
{blake2bf_analyze, blake2bf_execute},
581
581
{point_evaluation_analyze, point_evaluation_execute},
582
582
{bls12_g1add_analyze, bls12_g1add_execute},
@@ -594,8 +594,8 @@ inline constexpr auto traits = []() noexcept {
594
594
tbl[static_cast <size_t >(PrecompileId::expmod)].execute = silkpre_expmod_execute;
595
595
// tbl[static_cast<size_t>(PrecompileId::ecadd)].execute = silkpre_ecadd_execute;
596
596
// tbl[static_cast<size_t>(PrecompileId::ecmul)].execute = silkpre_ecmul_execute;
597
- tbl[static_cast <size_t >(PrecompileId::ecpairing)].execute = silkpre_ecpairing_execute;
598
597
// tbl[static_cast<size_t>(PrecompileId::blake2bf)].execute = silkpre_blake2bf_execute;
598
+ // tbl[static_cast<size_t>(PrecompileId::ecpairing)].execute = silkpre_ecpairing_execute;
599
599
#endif
600
600
return tbl;
601
601
}();
You can’t perform that action at this time.
0 commit comments