| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a chacha20 variant to go with chacha8 | moneromooo-monero | 2017-12-25 | 1 | -79/+0 |
| | | |||||
| * | Scrub keys from memory just before scope end. | moneromooo-monero | 2017-12-16 | 1 | -14/+6 |
| | | | | | | | | | | | | | Partially implements #74. Securely erases keys from memory after they are no longer needed. Might have a performance impact, which I haven't measured (perf measurements aren't generally reliable on laptops). Thanks to @stoffu for the suggestion to specialize the pod_to_hex/hex_to_pod functions. Using overloads + SFINAE instead generalizes it so other types can be marked as scrubbed without adding more boilerplate. | ||||
| * | use memwipe in a few relevant places | moneromooo-monero | 2017-11-27 | 1 | -2/+3 |
| | | |||||
| * | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2017-02-21 | 1 | -1/+1 |
| | | |||||
| * | updated copyright year | Riccardo Spagni | 2015-12-31 | 1 | -1/+1 |
| | | |||||
| * | chacha8: add a key generation variant that take a pointer and size | moneromooo-monero | 2015-08-22 | 1 | -2/+6 |
| | | |||||
| * | year updated in license | Riccardo Spagni | 2015-01-02 | 1 | -1/+1 |
| | | |||||
| * | License updated to BSD 3-clause | fluffypony | 2014-07-23 | 1 | -3/+29 |
| | | |||||
| * | moved all stuff to github | Antonio Juarez | 2014-03-03 | 1 | -0/+56 |
