Skip to content

Commit 2cf67d2

Browse files
committed
README
1 parent c9d5c89 commit 2cf67d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ ECB, CBC, CFB modes are supported.
3535

3636

3737

38-
# Padding
39-
This library does not provide any padding because padding is not part of AES standard. Plaintext and ciphertext length in bytes must be divisible by 16. If length doesn't satisfy this condition exception will be thrown
38+
# Important notes
39+
* This library does not provide any padding. Plaintext and ciphertext length in bytes must be divisible by 16. If length doesn't satisfy this condition exception will be thrown. You can use any padding before encryption if necessary
40+
* This library does not provide any key derivation function. Key length must 128/192/256 bits respectively. You can use any KDF before encryption if necessary
4041

4142

4243
# Links

0 commit comments

Comments
 (0)