Changeset 49491

Timestamp:
Oct 30, 2008, 4:20:19 PM (14 years ago)
Author:
Kevin Sopp
Message:
  • rename mp_int<>::used_ to mp_int<>::size_
  • replace char*, wchar_t* ctors with a templatized version
  • remove fast_montgomery_reduce
  • add include of <boost/static_assert.hpp> to traits.hpp
  • replace size_type typename with std::size_t in mp_int_traits<>
  • add fused multiply add function to primitive_ops<>
  • use this new function in montgomery_reduce()
  • move serialization functionality into <boost/mp_math/mp_int_serialization.hpp>
  • throw bad_alloc in mp_int<>::grow_capacity()
  • misc style fixes
(No files)

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