/** * Check if the cipher is supported in this environment. * * @return boolean * * @since 4.0.0 */ public static function isSupported() : bool { return class_exists(Compat::class); }