diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-19 01:18:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-19 01:18:12 +0300 |
commit | 21db5a8f40e56c2f8ed621b4d2d305bd19032783 (patch) | |
tree | df14c2fffddce5321d7d8a5985370ea9f9ba2dac /examples/common.hpp | |
parent | refactoring (diff) | |
download | aes-tools-21db5a8f40e56c2f8ed621b4d2d305bd19032783.tar.gz aes-tools-21db5a8f40e56c2f8ed621b4d2d305bd19032783.zip |
examples: output update
Diffstat (limited to 'examples/common.hpp')
-rw-r--r-- | examples/common.hpp | 2 |
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) |