Files
Sentri/vendor/robthree/twofactorauth/tests/Providers/Rng/NeedsRngLengths.php
2026-01-01 10:54:18 +01:00

12 lines
173 B
PHP

<?php
declare(strict_types=1);
namespace Tests\Providers\Rng;
trait NeedsRngLengths
{
/** @var array<int> */
protected $rngTestLengths = array(1, 16, 32, 256);
}