mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-13 02:01:21 +00:00
AES: a few final changes
This commit is contained in:
parent
7a1b1df600
commit
aa0e7347ef
@ -178,7 +178,7 @@ class Crypt_AES extends Crypt_Rijndael
|
|||||||
/**
|
/**
|
||||||
* Sets the key.
|
* 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 Crypt_Rijndael:setKey()
|
||||||
* @see setKeyLength()
|
* @see setKeyLength()
|
||||||
|
Loading…
Reference in New Issue
Block a user