aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/device.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-01-22ringct: remove unused senderPk from ecdhTuplemoneromooo-monero1-2/+0
This was an early ringct field, which was never used in production
2019-01-22ringct: the commitment mask is now deterministicmoneromooo-monero1-15/+0
saves space in the tx and is safe Found by knaccc
2019-01-22ringct: 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