From c055ff0c56075a5face24670e9afd02ce06b9635 Mon Sep 17 00:00:00 2001 From: varunmehrotra29 <44604362+varunmehrotra29@users.noreply.github.com> Date: Tue, 30 Oct 2018 15:30:47 +0530 Subject: [PATCH] Update tests.h --- cppDES/tests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppDES/tests.h b/cppDES/tests.h index ffe0e8a..acc988e 100644 --- a/cppDES/tests.h +++ b/cppDES/tests.h @@ -16,7 +16,7 @@ void test(ui64 input, ui64 key) printf("D: %016lX\n", result); printf("P: %016lX\n", input); } - +//hackoctober void test1() { ui64 input = 0x9474B8E8C73BCA7D;