summaryrefslogtreecommitdiff
path: root/tests/unit_tests/device.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ringct: the commitment mask is now deterministicmoneromooo-monero2019-02-121-15/+0
| | | | | | saves space in the tx and is safe Found by knaccc
* ringct: encode 8 byte amount, saving 24 bytes per outputmoneromooo-monero2019-02-121-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