Pavlos Antoniou e5c616888b Fix instantiation and array accesses in class base_uint<BITS>
The implementation of base_uint::operator++(int) and base_uint::operator--(int) is now safer.
Array pn is accessed via index i after bounds checking has been performed on the index, rather than before.
The logic of the while loops has also been made more clear.

A compile time assertion has been added in the class constructors to ensure that BITS is a positive multiple of 32.
2017-06-07 17:21:29 +00:00
..
2016-12-01 16:14:45 -08:00
2017-05-05 11:12:58 -07:00
2017-04-13 02:31:44 +02:00
2017-04-03 12:32:32 +02:00
2017-03-21 19:49:08 +01:00
2017-01-27 21:22:35 +01:00
2017-02-13 14:39:48 +09:00
2017-05-30 19:21:51 +02:00
2017-04-13 02:31:44 +02:00
2017-04-03 12:32:32 +02:00
2017-06-05 16:33:35 -04:00
2017-04-21 05:58:31 -07:00
2017-03-17 04:37:43 +01:00
2017-03-17 04:37:43 +01:00
2017-06-01 11:56:06 -07:00
2017-05-30 08:21:16 -04:00