mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-03 18:18:05 +01:00
ChaCha20 testsuite: tfix (missing quote)
This commit is contained in:
parent
aa638b1c75
commit
5fd81cff55
@ -25,7 +25,7 @@ class Unit_Crypt_ChaCha20Test extends PhpseclibTestCase
|
||||
$expected = str_replace(' ', '', $expected);
|
||||
$expected = pack('H*', $expected);
|
||||
|
||||
$engines = ['PHP', OpenSSL', 'libsodium'];
|
||||
$engines = ['PHP', 'OpenSSL', 'libsodium'];
|
||||
for ($engines as $engine) {
|
||||
$c = new ChaCha20();
|
||||
$c->setKey($key);
|
||||
|
Loading…
Reference in New Issue
Block a user