mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 19:54:57 +00:00
Hash: fix grammer error
This commit is contained in:
parent
97d41fd3aa
commit
e2256f4267
@ -467,7 +467,7 @@ class Hash
|
||||
* Pure-PHP 32-bit implementation of SHA3
|
||||
*
|
||||
* Whereas BigInteger.php's 32-bit engine works on PHP 64-bit this 32-bit implementation
|
||||
* of SHA3 will *not* work on PHP 64-bit. This is because of because this implementation
|
||||
* of SHA3 will *not* work on PHP 64-bit. This is because this implementation
|
||||
* employees bitwise NOTs and bitwise left shifts. And the round constants only work
|
||||
* on 32-bit PHP. eg. dechex(-2147483648) returns 80000000 on 32-bit PHP and
|
||||
* FFFFFFFF80000000 on 64-bit PHP. Sure, we could do bitwise ANDs but that would slow
|
||||
|
Loading…
Reference in New Issue
Block a user