Following the changes from #18 I decided to leave that logic in bandersnatch and convert a banderwagon point internally to a bandersnatch point and call the multi-exponentiation algorithm on the bandersnatch points.
I initially did not do this because Equality works different in banderwagon vs bandersnatch, however since there is no Equality function being called, this is fine.
We do incur a cost when we normalise projective points which we can mitigate with montgomery's batch normalisation trick
Following the changes from #18 I decided to leave that logic in bandersnatch and convert a banderwagon point internally to a bandersnatch point and call the multi-exponentiation algorithm on the bandersnatch points.
I initially did not do this because Equality works different in banderwagon vs bandersnatch, however since there is no Equality function being called, this is fine.
We do incur a cost when we normalise projective points which we can mitigate with montgomery's batch normalisation trick