Commit 5efc2288 authored by kokke's avatar kokke
Browse files

Update aes.c

parent 0ac6baff
...@@ -24,8 +24,6 @@ ECB-AES128 ...@@ -24,8 +24,6 @@ ECB-AES128
c6d3416d29165c6fcb8e51a227ba994e c6d3416d29165c6fcb8e51a227ba994e
Use aes_encrypt_string() to encrypt or decrypt a string
NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0) NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0)
You should pad the end of the string with zeros if this is not the case. You should pad the end of the string with zeros if this is not the case.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment