longer-int is a simple library that enables the creation and usage of integers of arbitrary length.
The library supports the following operations:
- addition
- subtraction
- multiplication
- division
- exponentiation
- modulo multiplication
- modulo exponentiation
- actual modulo operation
- value comparison
- divisibility check
- shift right
- shift left
- bitwise or
- bitwise and
- bitwise xor
- bitwise complementation
For usage examples refer to examples.c