ge static method

bool ge(
  1. BigInt n
)

is group element

Implementation

static bool ge(BigInt n) => (BigInt.zero < n) && n < N;