aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-19 01:18:12 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-19 01:18:12 +0300
commit21db5a8f40e56c2f8ed621b4d2d305bd19032783 (patch)
treedf14c2fffddce5321d7d8a5985370ea9f9ba2dac /examples
parentrefactoring (diff)
downloadaes-tools-21db5a8f40e56c2f8ed621b4d2d305bd19032783.tar.gz
aes-tools-21db5a8f40e56c2f8ed621b4d2d305bd19032783.zip
examples: output update
Diffstat (limited to '')
-rw-r--r--examples/common.hpp2
1 files changed, 1 insertions, 1 deletions
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 <typename KeyT>
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)