Unverified Commit f9d79551 authored by kokke's avatar kokke Committed by GitHub
Browse files

Update README.md

parent 54f5a652
......@@ -18,7 +18,7 @@ void AES_CTR_xcrypt_buffer(uint8_t* output, uint8_t* input, uint32_t length, con
```
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.
You can choose to use any of the modes-of-operations, 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.
......
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