From fa5696d2a1ec781bc3f7ff197ebf0c0019bb56c4 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Wed, 12 Oct 2016 22:38:33 +0200 Subject: Comment aes.{cpp,h} --- aes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'aes.h') diff --git a/aes.h b/aes.h index 9274d21..77dc9d2 100644 --- a/aes.h +++ b/aes.h @@ -12,7 +12,8 @@ namespace AES{ std::string encrypt(const std::string &data,const std::string &key,Algorithm algo); - //throws invalid_argument for an invalid ciphertext (length not a multiple of block size, or padding malformed) or an invalid key (invalid length) + //throws invalid_argument for an invalid ciphertext (length not a multiple of block + //size, or padding malformed) or an invalid key (invalid length) std::string decrypt(const std::string &data,const std::string &key,Algorithm algo); } -- cgit v1.2.3-70-g09d2