Changeset 54213

Timestamp:
Jun 22, 2009, 6:57:19 PM (13 years ago)
Author:
Kevin Sopp
Message:
  • this is a complete rewrite which changes and renames the mp_int class template to integer
  • the integer class template now acts as a frontend for different backends
  • backends: GMP, libtommath and the native Boost one
  • experimental code for unsigned unbounded integers, known to be broken
  • increased test coverage
  • moving away from the libtommath code for the native Boost implementation because it does not lend itself to assembly optimizations
(No files)

Note: See TracChangeset for help on using the changeset viewer.