Files
Sentri/vendor/robthree/twofactorauth/tests/Providers/Rng/NeedsRngLengths.php
2026-05-10 21:40:25 +02: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);
}