We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b67b765 + 54094b9 commit 7fbc3a5Copy full SHA for 7fbc3a5
doc/classes/AESContext.xml
@@ -118,10 +118,10 @@
118
AES electronic codebook decryption mode.
119
</constant>
120
<constant name="MODE_CBC_ENCRYPT" value="2" enum="Mode">
121
- AES cipher blocker chaining encryption mode.
+ AES cipher block chaining encryption mode.
122
123
<constant name="MODE_CBC_DECRYPT" value="3" enum="Mode">
124
- AES cipher blocker chaining decryption mode.
+ AES cipher block chaining decryption mode.
125
126
<constant name="MODE_MAX" value="4" enum="Mode">
127
Maximum value for the mode enum.
0 commit comments