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 @@ -607,7 +607,7 @@ inline constexpr auto traits = []() noexcept {
607
607
{expmod_analyze, expmod_stub},
608
608
{ecadd_analyze, ecadd_execute},
609
609
{ecmul_analyze, ecmul_execute},
610
- {ecpairing_analyze, ecpairing_stub },
610
+ {ecpairing_analyze, ecpairing_execute },
611
611
{blake2bf_analyze, blake2bf_execute},
612
612
{point_evaluation_analyze, point_evaluation_execute},
613
613
{bls12_g1add_analyze, bls12_g1add_execute},
@@ -627,8 +627,8 @@ inline constexpr auto traits = []() noexcept {
627
627
tbl[static_cast <size_t >(PrecompileId::expmod)].execute = silkpre_expmod_execute;
628
628
// tbl[static_cast<size_t>(PrecompileId::ecadd)].execute = silkpre_ecadd_execute;
629
629
// tbl[static_cast<size_t>(PrecompileId::ecmul)].execute = silkpre_ecmul_execute;
630
- tbl[static_cast <size_t >(PrecompileId::ecpairing)].execute = silkpre_ecpairing_execute;
631
630
// tbl[static_cast<size_t>(PrecompileId::blake2bf)].execute = silkpre_blake2bf_execute;
631
+ // tbl[static_cast<size_t>(PrecompileId::ecpairing)].execute = silkpre_ecpairing_execute;
632
632
#endif
633
633
return tbl;
634
634
}();
You can’t perform that action at this time.
0 commit comments