You can choose to use the standard 128b key or 192 by defining AES192 or 256b by defining AES256 - beta
You can choose to use one or both of the modes-of-operation, by defining the symbols CBC and ECB. See the header file for clarification.
...
...
@@ -61,5 +62,3 @@ This implementation is verified against the data in:
All material in this repository is in the public domain.
I am a bit slow to react to pull requests and issues, but I have an ambition to go through all issues sometime in the future and release an API-stable version.