Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-17 | unit_tests: fix memwipe test comparison | moneromooo-monero | 1 | -1/+1 | |
free might overwrite the memory, so we can't expect to see the NULs we overwrote with, but at least we shouldn't see the original data. | |||||
2017-11-27 | add a memwipe function | moneromooo-monero | 1 | -0/+64 | |
It's meant to avoid being optimized out memory_cleanse lifted from bitcoin |