mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-10 23:58:38 +00:00
Merge branch '3.0'
This commit is contained in:
commit
e1541eb109
@ -2971,4 +2971,14 @@ abstract class SymmetricKey
|
|||||||
{
|
{
|
||||||
return array_flip(self::MODE_MAP)[$this->mode];
|
return array_flip(self::MODE_MAP)[$this->mode];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Is the continuous buffer enabled?
|
||||||
|
*
|
||||||
|
* @return boolean
|
||||||
|
*/
|
||||||
|
public function continuousBufferEnabled()
|
||||||
|
{
|
||||||
|
return $this->continuousBuffer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user