summaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/cryptonote_basic.h
Commit message (Collapse)AuthorAgeFilesLines
* core: avoid possible reordering bugs wth tx/bloch hash cachemoneromooo-monero2017-03-251-11/+29
|
* core: cache tx and block hashes in the respective classesmoneromooo-monero2017-03-231-0/+32
| | | | An idea from smooth
* core: add functions to serialize base tx infomoneromooo-monero2017-02-271-0/+22
| | | | | That is, information without signatures (for v1) nor range proofs and MGs (for v2)
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-0/+397