Unused field

This commit is contained in:
zzz
2021-06-16 09:00:53 -04:00
parent f9e8fa8150
commit 2cbb9b44ea

View File

@ -40,7 +40,6 @@ import net.i2p.util.SystemVersion;
public final class CryptixAESEngine extends AESEngine {
private final LinkedBlockingQueue<Cipher> _ciphers;
private final static CryptixRijndael_Algorithm _algo = new CryptixRijndael_Algorithm();
// keys are now cached in the SessionKey objects
//private CryptixAESKeyCache _cache;