added info on test vectors

This commit is contained in:
Matteo Brichese 2017-07-07 10:08:29 -07:00
parent 67f06e475b
commit fe7cd13bc0

View File

@ -1,6 +1,6 @@
# Qt-AES # Qt-AES
Small and portable AES encryption class for Qt. Small and portable AES encryption class for Qt.
Supports all key sizes - 128/192/256 and ECB/CBC modes Supports all key sizes - 128/192/256 bits - ECB and CBC modes
## Usage ## Usage
@ -55,6 +55,9 @@ Example of static invocation without creating instances
``` ```
## Unit Testing
The unit testing vectors are available at [NIST-Recommendation for Block Cipher Modes of Operation](http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38a.pdf)
## Contact ## Contact
Question or suggestions are welcome! Question or suggestions are welcome!
Please use the GitHub issue tracking to report suggestions or issues. Please use the GitHub issue tracking to report suggestions or issues.