fix title

This commit is contained in:
Matteo Brichese 2018-03-28 16:03:51 -07:00 committed by GitHub
parent b7f75cbd2e
commit c44296051f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ QAESEncryption::Decrypt => decode(...)
QAESEncryption::ExpandKey => expandKey(...)
```
## Padding
#### 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