aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/apply_permutation.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-09-18blockchain: reject unsorted ins and outs from v7moneromooo-monero1-0/+29
This ensures no information is leaked by the ordering
2017-09-13common: add apply_permutation file and functionmoneromooo-monero1-0/+45
This algorithm is adapted from Raymond Chen's code: https://blogs.msdn.microsoft.com/oldnewthing/20170109-00/?p=95145