Functions

Checks whether a signed integer of length 128 is a prime number or not. Returns a boolean to that effect.

Gets the next biggest prime and returns it as a signed integer of maximum length 128.

Gets all factors of a signed integer with maximum length of 128 and returns them in a vector.