Ejemplo n.º 1
0
 /**
  * Default Constructor.
  *
  * Determines whether or not the mcrypt extension should be used.
  *
  * @see \phpseclib\Crypt\Base::__construct()
  * @return \phpseclib\Crypt\RC4
  * @access public
  */
 function __construct()
 {
     parent::__construct(Base::MODE_STREAM);
 }