forgot to remove tmp test code

This commit is contained in:
TLINDEN
2015-01-16 00:18:01 +01:00
parent cf3f93e5a9
commit f9bb29f2e5

View File

@@ -818,12 +818,6 @@ byte *_gen_ctr_nonce(uint64_t ctr) {
}
nonce[0] = i;
m64 = htobe64(ctr);
memcpy(&nonce[1], &m64, 8);
_dump("nonce", nonce, 24);
return nonce;
}