aboutsummaryrefslogtreecommitdiff
path: root/src/common/apply_permutation.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2018-01-26Readd copyright starting datexmr-eric1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-27apply_permutation.h: add #pragma oncemoneromooo-monero1-0/+2
2017-09-18blockchain: reject unsorted ins and outs from v7moneromooo-monero1-1/+8
This ensures no information is leaked by the ordering
2017-09-13common: add apply_permutation file and functionmoneromooo-monero1-11/+28
This algorithm is adapted from Raymond Chen's code: https://blogs.msdn.microsoft.com/oldnewthing/20170109-00/?p=95145
2017-03-05download: async APImoneromooo-monero1-1/+9
2017-02-20core: updates can now be downloaded (and SHA256 hash checked)moneromooo-monero1-9/+6
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-05-31cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni1-0/+28
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget1-0/+11
many RPC functions added by the daemonize changes (and related changes on the upstream dev branch that were not merged) were commented out (apart from return). Other than that, this *should* work...at any rate, it builds, and that's something.