FeOne function

void FeOne(
  1. FieldElement fe
)

Implementation

void FeOne(FieldElement fe) {
  FeZero(fe);
  fe[0] = 1;
}