mirror of
https://github.com/QuasarApp/Qt-AES.git
synced 2025-04-30 07:34:30 +00:00
added info on test vectors
This commit is contained in:
parent
67f06e475b
commit
fe7cd13bc0
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user