ChaCha20: rm unused 'use' statement

This commit is contained in:
terrafrost 2020-05-12 07:00:38 -05:00
parent 85d55164a6
commit ce6d28789a

View File

@ -15,7 +15,6 @@
namespace phpseclib3\Crypt;
use phpseclib3\Crypt\Common\StreamCipher;
use phpseclib3\Exception\InsufficientSetupException;
use phpseclib3\Exception\BadDecryptionException;