From 21db5a8f40e56c2f8ed621b4d2d305bd19032783 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 19 Jun 2015 01:18:12 +0300 Subject: examples: output update --- examples/common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/common.hpp b/examples/common.hpp index 9e98de5..019a8da 100644 --- a/examples/common.hpp +++ b/examples/common.hpp @@ -29,7 +29,7 @@ namespace template void dump_key(const KeyT& key) { - std::cout << "Key: " << aesni::aes::to_string(key) << "\n"; + std::cout << "Key: " << aesni::aes::to_string(key) << "\n\n"; } void dump_ciphertext(const aesni::aes::Block& ciphertext) -- cgit v1.2.3