mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-11 16:49:42 +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 = str_replace(' ', '', $expected);
|
||||||
$expected = pack('H*', $expected);
|
$expected = pack('H*', $expected);
|
||||||
|
|
||||||
$engines = ['PHP', OpenSSL', 'libsodium'];
|
$engines = ['PHP', 'OpenSSL', 'libsodium'];
|
||||||
for ($engines as $engine) {
|
for ($engines as $engine) {
|
||||||
$c = new ChaCha20();
|
$c = new ChaCha20();
|
||||||
$c->setKey($key);
|
$c->setKey($key);
|
||||||
|
Loading…
Reference in New Issue
Block a user