danicoin/src/common
Zachary Michaels 7259f07a20 Fix assert bug in base58 encode
The previous implementation was almost certainly a typo.
full_block_size is the maximum index in the encoded_block_sizes array,
and size is used as an index in this array.  So now 1 <= size <=
full_block_size == 8 instead of 1 <= size <= sizeof(full_block_size) ==
size_of(size_t) == ? (maybe 4 on 32-bit systems!)
2014-07-01 14:57:27 -04:00
..
base58.cpp Fix assert bug in base58 encode 2014-07-01 14:57:27 -04:00
base58.h moved all stuff to github 2014-03-03 22:07:58 +00:00
boost_serialization_helper.h initial [broken] update 2014-05-03 12:19:43 -04:00
command_line.cpp DRY cin input_line (and test replacement of non-DRY usage) 2014-06-12 19:05:52 -04:00
command_line.h DRY cin input_line (and test replacement of non-DRY usage) 2014-06-12 19:05:52 -04:00
int-util.h some fixes 2014-03-20 11:46:11 +00:00
pod-class.h builds, but doesn't link. other than that, electrum-style recovery implemented (but not tested\!) 2014-06-12 19:05:51 -04:00
unordered_containers_boost_serialization.h initial [broken] update 2014-05-03 12:19:43 -04:00
util.cpp some fixes 2014-03-20 11:46:11 +00:00
util.h initial [broken] update 2014-05-03 12:19:43 -04:00
varint.h moved all stuff to github 2014-03-03 22:07:58 +00:00