Olivier Langlois f171ec0c7d Make util phexdigit array reusable
class template base_uint had its own private lookup table.
This is saving 256 bytes per instantiation.

The result is not spectacular as bitcoin-qt has only shrinked of
about 1Kb but it is still valid improvement.

Also, I have replaced a for loop with a memset() call.

Made CBigNum::SetHex() use the new HexDigit() function.

Signed-off-by: Olivier Langlois <olivier@olivierlanglois.net>
2013-10-27 23:04:52 -04:00
..
2013-08-20 15:13:34 +02:00
2013-10-27 23:04:52 -04:00
2013-03-19 15:16:30 -04:00
2013-07-15 01:05:25 +02:00
2013-10-27 23:04:52 -04:00
2013-08-20 17:30:33 +10:00
2013-06-24 00:56:45 +02:00
2013-06-24 00:56:45 +02:00
2013-10-02 08:36:47 +02:00
2013-07-15 01:05:25 +02:00
2013-09-18 20:39:25 +10:00
2013-09-12 22:53:54 -04:00
2013-10-27 23:04:52 -04:00
2013-10-27 23:04:52 -04:00