mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-14 17:34:07 +00:00
ChaCha20: rm unused 'use' statement
This commit is contained in:
parent
85d55164a6
commit
ce6d28789a
@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
namespace phpseclib3\Crypt;
|
namespace phpseclib3\Crypt;
|
||||||
|
|
||||||
use phpseclib3\Crypt\Common\StreamCipher;
|
|
||||||
use phpseclib3\Exception\InsufficientSetupException;
|
use phpseclib3\Exception\InsufficientSetupException;
|
||||||
use phpseclib3\Exception\BadDecryptionException;
|
use phpseclib3\Exception\BadDecryptionException;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user