aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/device.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+2
|
* ringct: remove unused senderPk from ecdhTuplemoneromooo-monero2019-01-221-2/+0
| | | | This was an early ringct field, which was never used in production
* ringct: the commitment mask is now deterministicmoneromooo-monero2019-01-221-15/+0
| | | | | | saves space in the tx and is safe Found by knaccc
* ringct: encode 8 byte amount, saving 24 bytes per outputmoneromooo-monero2019-01-221-3/+19
| | | | Found by knaccc
* unit_tests: add device unit testsmoneromooo-monero2018-04-121-0/+131
Annoyingly, its locking semantics are borked since it does not do any locking