forked from I2P_Developers/i2p.i2p
cleanup
This commit is contained in:
@ -9,8 +9,6 @@ import net.i2p.data.Base64;
|
|||||||
import net.i2p.data.DataHelper;
|
import net.i2p.data.DataHelper;
|
||||||
import net.i2p.data.SessionKey;
|
import net.i2p.data.SessionKey;
|
||||||
|
|
||||||
//import org.bouncycastle.oldcrypto.digests.MD5Digest;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Manage both plaintext and salted/hashed password storage in
|
* Manage both plaintext and salted/hashed password storage in
|
||||||
* router.config.
|
* router.config.
|
||||||
|
@ -26,7 +26,6 @@ package net.i2p.router.transport.udp;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//import org.bouncycastle.crypto.CipherParameters;
|
|
||||||
import java.security.DigestException;
|
import java.security.DigestException;
|
||||||
import java.security.MessageDigest;
|
import java.security.MessageDigest;
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
|
Reference in New Issue
Block a user