From b2d5f155713d1d55d125153b45fb059b4429f6b3 Mon Sep 17 00:00:00 2001 From: "Ira W. Snyder" Date: Sun, 21 Oct 2007 16:33:44 -0700 Subject: [PATCH] Add new testing code Add some of the examples from the FIPS document so that we can do step-by-step testing. Signed-off-by: Ira W. Snyder --- aes_test.cpp | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 69 insertions(+), 2 deletions(-) diff --git a/aes_test.cpp b/aes_test.cpp index c3a0543..1c6559d 100644 --- a/aes_test.cpp +++ b/aes_test.cpp @@ -6,7 +6,7 @@ static void print_by_16s (const byteArray b, std::string name) { int i, j; - std::cout << "Printing: " << name << "\n" << std::endl; + std::cout << "\nPrinting: " << name << std::endl; for (i=0; i