mirror of
https://github.com/QuasarApp/Qt-AES.git
synced 2025-05-06 02:09:34 +00:00
adding padding disclaimer
This commit is contained in:
parent
8be7a0851d
commit
b7f75cbd2e
@ -27,6 +27,9 @@ QAESEncryption::Decrypt => decode(...)
|
||||
QAESEncryption::ExpandKey => expandKey(...)
|
||||
```
|
||||
|
||||
## Padding
|
||||
Please note that as of today all input that does not comes as a muptiple of 16 will be padded with zeros to the closest multiple value.
|
||||
|
||||
### Example
|
||||
Sample code using a 128bit key in ECB mode
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user