config = $config; $this->helper = new phpbb_crypto_driver_helper($this); } /** * @inheritdoc */ public function is_supported() { return true; } }