aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/device.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-02-12ringct: the commitment mask is now deterministicmoneromooo-monero1-15/+0
saves space in the tx and is safe Found by knaccc
2019-02-12ringct: encode 8 byte amount, saving 24 bytes per outputmoneromooo-monero1-3/+19
Found by knaccc
2018-04-12unit_tests: add device unit testsmoneromooo-monero1-0/+131
Annoyingly, its locking semantics are borked since it does not do any locking