In this first release I focused mainly on API design and correctness. I verified correctness through:
- Extensive testing. Fuzz testing really came in handy. And,
- Non-trivial examples (for e.g. computing the first 100 digits of π) which also have there own tests.
The performance is reasonable, for e.g. you can easily use this library to compute with 2048-bit numbers. However, in a future release I will be giving more attention to performance.