Update README.md

This commit is contained in:
kokke 2017-12-01 01:22:50 +01:00 committed by GitHub
parent 75a0057562
commit 54f5a652e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ void AES_CTR_xcrypt_buffer(uint8_t* output, uint8_t* input, uint32_t length, con
```
You can choose to use one or both of the modes-of-operation, by defining the symbols CBC, CTR or ECB. See the header file for clarification.
You can choose to use any of the modes-of-operation, by defining the symbols CBC, CTR or ECB. See the header file for clarification.
There is no built-in error checking or protection from out-of-bounds memory access errors as a result of malicious input. The two functions AES_ECB_xxcrypt() do most of the work, and they expect inputs of 128 bit length.