isTorsionFree method

bool isTorsionFree()

Implementation

bool isTorsionFree() {
  return multiply(JubJubFrConst.frModulusBytes).isIdentity();
}