unnecessary imports in packages outside of org.ibex
[org.ibex.core.git] / src / org / bouncycastle / crypto / digests / SHA1Digest.java
index 70fa741..8ad122a 100644 (file)
@@ -1,7 +1,5 @@
 package org.bouncycastle.crypto.digests;
 
-import org.bouncycastle.crypto.Digest;
-
 /**
  * implementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349.
  *