From c44296051f9c4cd8a1af6b0927efdef6a5ab8ce5 Mon Sep 17 00:00:00 2001 From: Matteo Brichese Date: Wed, 28 Mar 2018 16:03:51 -0700 Subject: [PATCH] fix title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eeb33d..f1ffd57 100644 --- a/README.md +++ b/README.md @@ -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