1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-03 10:08:04 +01:00

SymmetricKey: CS updates

This commit is contained in:
terrafrost 2022-12-07 08:38:06 -06:00
parent d186a9d20d
commit 8568af7f9b

View File

@ -3387,10 +3387,9 @@ abstract class SymmetricKey
/** /**
* Is the continuous buffer enabled? * Is the continuous buffer enabled?
* *
* @access public
* @return boolean * @return boolean
*/ */
function continuousBufferEnabled() public function continuousBufferEnabled()
{ {
return $this->continuousBuffer; return $this->continuousBuffer;
} }