aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..561b27e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# aesni
+
+Simple AES encryption algorithm implementation using the AES-NI instruction set.
+
+## Building
+
+I've used the compiler and the assembler shipped with Visual Studio Express 2013 with Update 4 for Windows Desktop.
+
+You can generate the solution using CMake and build it using Visual Studio.
+
+## Licensing
+
+This project, including all of the files and their contents, is licensed under the terms of the MIT License.
+See LICENSE.txt for details.