There was an error while loading. Please reload this page.
1 parent ed69543 commit d64a935Copy full SHA for d64a935
cpp/src/docs/crypto/InvalidKeySize.md
@@ -6,8 +6,8 @@ of bytes from the buffer. This query will check if the size of the key buffer
6
passed as an argument to one of these functions is equal to the key size of the
7
corresponding cipher.
8
9
-The following code snippet is aan example of an issue that would be identified
10
-by the query.
+The following code snippet is an example of an issue that would be identified by
+the query.
11
12
```cpp
13
unsigned char key[16]; // This should be 32 for a 256 bit key
0 commit comments