You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Qt-AES
2
2
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
4
4
5
5
## Usage
6
6
@@ -55,6 +55,9 @@ Example of static invocation without creating instances
55
55
56
56
```
57
57
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
+
58
61
## Contact
59
62
Question or suggestions are welcome!
60
63
Please use the GitHub issue tracking to report suggestions or issues.
0 commit comments