clone method

PallasFp clone()

Implementation

PallasFp clone() {
  return PallasFp(limbs.clone());
}