Inspired by the optimization of Forward Adaptor Element Generation, we find another exponent's optimization for BitVM3, which reduces the computation of the whole circuit.
The origin design includes five small co-prime exponents as the public parameters. The smaller primes are better for performance, e.g., we can choose {3, 5, 7, 11, 13} as these exponents. The following is an example of the AND gate, where $T_{01} = c_0/c_{01}$ and $T_{02}=c_0/c_{02}$ are the adaptors.
$a_0^e\cdot b_0^{e_1} = c_0 \mod N$
$a_0^e\cdot b_1^{e_2} = c_{01} \mod N$
$a_1^e\cdot b_0^{e_3} = c_{02} \mod N$
$a_1^e\cdot b_1^{e_4} = c_1 \mod N$
We propose another method to calculate the output label, using three small primes. The example of the AND gate is following.