Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-22 | ringct: remove unused senderPk from ecdhTuple | moneromooo-monero | 1 | -2/+0 | |
This was an early ringct field, which was never used in production | |||||
2019-01-22 | ringct: the commitment mask is now deterministic | moneromooo-monero | 1 | -15/+0 | |
saves space in the tx and is safe Found by knaccc | |||||
2019-01-22 | ringct: encode 8 byte amount, saving 24 bytes per output | moneromooo-monero | 1 | -3/+19 | |
Found by knaccc | |||||
2018-04-12 | unit_tests: add device unit tests | moneromooo-monero | 1 | -0/+131 | |
Annoyingly, its locking semantics are borked since it does not do any locking |