aboutsummaryrefslogtreecommitdiff
path: root/src/common/base58.cpp
Commit message (Collapse)AuthorAgeFilesLines
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* License updated to BSD 3-clausefluffypony2014-07-231-4/+29
|
* Fix assert bug in base58 encodeZachary Michaels2014-07-011-1/+1
| | | | | | | | 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!)
* some fixesAntonio Juarez2014-03-201-0/+1
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+246