resolve darcs stupidity
[org.ibex.core.git] / src / org / bouncycastle / crypto / AsymmetricBlockCipher.java
index 23293f9..e22b08a 100644 (file)
@@ -1,7 +1,5 @@
 package org.bouncycastle.crypto;
 
-import java.math.BigInteger;
-
 /**
  * base interface that a public/private key block cipher needs
  * to conform to.