blob: 561b27ea57a0dfd2505f3c0b920af6ffead65531 (
plain) (
tree)
|
|
# 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.
|