aboutsummaryrefslogtreecommitdiff
path: root/aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'aes.h')
-rw-r--r--aes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/aes.h b/aes.h
index 0532a62..f531395 100644
--- a/aes.h
+++ b/aes.h
@@ -15,6 +15,4 @@ namespace AES{
//throws invalid_argument for an invalid ciphertext (length not a multiple of block size, or padding malformed)
std::string decrypt(const std::string &data,const std::string &key,Algorithm algo);
- void test();
-
}