Most important changes: - Now compiles under Visual Studio, thus more easy to build under Windows. - Armv8 crypto implementation added - Stack size no longer limits polynomial size. Malloc is used if necessary for temporary arrays. - Polynomial size limit can be set. - Lots of performance improvements.
0.1.1
Fixed several performance bugs.
0.1.0
Dramatically improved performance and more thorough testing
- Karatsuba multiplication. - Proper bignum division based on Newton inverse. - Test suite added. - Optionally use Intel CLMUL - Optionally use ARMv7 NEON poly8x SIMD instructions
0.0.4
Fix numeric bug in multiplication
0.0.3
Very minor fix (the version in setup.cfg was wrong in v0.0.2)