Skip to content

Commit fe7cd13

Browse files
author
Matteo Brichese
committed
added info on test vectors
1 parent 67f06e4 commit fe7cd13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Qt-AES
22
Small and portable AES encryption class for Qt.
3-
Supports all key sizes - 128/192/256 and ECB/CBC modes
3+
Supports all key sizes - 128/192/256 bits - ECB and CBC modes
44

55
## Usage
66

@@ -55,6 +55,9 @@ Example of static invocation without creating instances
5555
5656
```
5757

58+
## Unit Testing
59+
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)
60+
5861
## Contact
5962
Question or suggestions are welcome!
6063
Please use the GitHub issue tracking to report suggestions or issues.

0 commit comments

Comments
 (0)