[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/sodium_compat/src/Core/AES/ -> Expanded.php (source)

   1  <?php
   2  
   3  if (class_exists('ParagonIE_Sodium_Core_AES_Expanded', false)) {
   4      return;
   5  }
   6  
   7  /**
   8   * @internal This should only be used by sodium_compat
   9   */
  10  class ParagonIE_Sodium_Core_AES_Expanded extends ParagonIE_Sodium_Core_AES_KeySchedule
  11  {
  12      /** @var bool $expanded */
  13      protected $expanded = true;
  14  }


Generated : Mon Sep 16 08:20:01 2024 Cross-referenced by PHPXref