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:
parent
d186a9d20d
commit
8568af7f9b
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user