wownero/tests/crypto
moneromooo-monero 7193b89fe5 Scrub keys from memory just before scope end.
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.
2017-12-16 15:40:33 -07:00
..
CMakeLists.txt Scrub keys from memory just before scope end. 2017-12-16 15:40:33 -07:00
crypto-ops-data.c update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
crypto-ops.c update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
crypto-tests.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
crypto.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
hash.c update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
main.cpp Subaddresses 2017-10-07 13:06:21 +09:00
random.c update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
tests.txt moved all stuff to github 2014-03-03 22:07:58 +00:00