AES: a few final changes

This commit is contained in:
terrafrost 2014-08-14 23:09:17 -05:00
parent 7a1b1df600
commit aa0e7347ef
2 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class Crypt_AES extends Crypt_Rijndael
/**
* Sets the key.
*
* Rijndael supports 5x different key lengths, AES only supports 3x different key lengths.
* Rijndael supports five different key lengths, AES only supports three.
*
* @see Crypt_Rijndael:setKey()
* @see setKeyLength()