Releases: data61/cuda-fixnum
Releases · data61/cuda-fixnum
Release 0.2.1
Release 0.2.0
This release includes
- Improvements to the selection of window parameters in the modular exponentiation algorithms.
- Much faster full-width multiplication and squaring algorithms.
- Introduction of a MODNUM type, based on FIXNUM.
- Implementation of Montgomery REDC-based MODNUM (using the aforementioned new multiplication and squaring algorithms), for comparison with the Montgomery CIOS-based MODNUM.
Release 0.1.0
Initial release of cuda-fixnum. Includes complete support for modular arithmetic, including modular exponentiation, on fixnums up to 2048 bits.