X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fbouncycastle%2Fcrypto%2Fdigests%2FSHA1Digest.java;h=8ad122a8afebf9572e4455d4a8a49f340940b685;hb=da1f843588c8bd2b2c7cc74a5b4ffff8d57ab712;hp=70fa7416ef7eeb4d06731b91558b5c22f8084a10;hpb=b32cea3f3e272ab00899d134d75a8bd7bcf6c8c0;p=org.ibex.core.git diff --git a/src/org/bouncycastle/crypto/digests/SHA1Digest.java b/src/org/bouncycastle/crypto/digests/SHA1Digest.java index 70fa741..8ad122a 100644 --- a/src/org/bouncycastle/crypto/digests/SHA1Digest.java +++ b/src/org/bouncycastle/crypto/digests/SHA1Digest.java @@ -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. *