aboutsummaryrefslogtreecommitdiff
path: root/src/common/apply_permutation.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* apply_permutation.h: add #pragma oncemoneromooo-monero2017-12-271-0/+2
|
* blockchain: reject unsorted ins and outs from v7moneromooo-monero2017-09-181-1/+8
| | | | This ensures no information is leaked by the ordering
* common: add apply_permutation file and functionmoneromooo-monero2017-09-131-0/+61
This algorithm is adapted from Raymond Chen's code: https://blogs.msdn.microsoft.com/oldnewthing/20170109-00/?p=95145