use double_and_add;
use crateTWISTED_EDWARDS_BASE_POINT;
use crateExtendedPoint;
use crateScalar;
/// XXX: Really in-efficient way to do double base scala mul
/// Replace it with endomorphism from pornin or use naf form
/// Computes aA + bB where B is the TwistedEdwards basepoint
pub