Skip to content

Releases: data61/cuda-fixnum

Release 0.2.1

20 May 00:42
e6a1db3
Compare
Choose a tag to compare

This patch release

  • fixes compilation problems in CUDA 10.1;
  • makes the build system a little more friendly; and
  • fixes a problem with the bench program which caused it to fail when using the default parameter value.

Release 0.2.0

07 Sep 04:15
0ce719c
Compare
Choose a tag to compare

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

31 Jul 08:37
Compare
Choose a tag to compare

Initial release of cuda-fixnum. Includes complete support for modular arithmetic, including modular exponentiation, on fixnums up to 2048 bits.