aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-25 17:03:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-25 17:03:59 +0300
commit7ab26bff067c63cf29406ee1d94edc5ba65f6358 (patch)
tree652bc0a6398e36a5a412eaff6b75ec5b6ef90ac6 /TODO.md
parentmerge specialized block utils into general ones (diff)
downloadaes-tools-7ab26bff067c63cf29406ee1d94edc5ba65f6358.tar.gz
aes-tools-7ab26bff067c63cf29406ee1d94edc5ba65f6358.zip
add TODO
Diffstat (limited to '')
-rw-r--r--TODO.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..cebb095
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,5 @@
+* Add file encryption tests.
+* Add unit tests to the library.
+ * Using Boost.Test, perhaps? I'm using Boost anyway.
+* Merge "examples" into block utilities.
+* Add algorithm benchmarks.