From 7831c4bfef2c340de01ff08461bd7f6a0e54ce32 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 18 Apr 2014 00:14:12 -0700 Subject: Cleanup, dead code removal, some pretty insignificant security stuff that's based on recommendations. --- selftest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'selftest.cpp') diff --git a/selftest.cpp b/selftest.cpp index 4991aef7..9e219db7 100644 --- a/selftest.cpp +++ b/selftest.cpp @@ -461,8 +461,8 @@ static int testPacket() unsigned char salsaKey[32],hmacKey[32]; Packet a,b; - a.zeroAll(); - b.zeroAll(); + a.burn(); + b.burn(); for(unsigned int i=0;i<32;++i) { salsaKey[i] = (unsigned char)rand(); -- cgit v1.2.3