aboutsummaryrefslogtreecommitdiff
path: root/src/common/apply_permutation.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
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-0/+61
This algorithm is adapted from Raymond Chen's code: https://blogs.msdn.microsoft.com/oldnewthing/20170109-00/?p=95145