finished last of the compile errors
[org.ibex.crypto.git] / src / org / ibex / crypto / HMAC.java
index d7da4c8..22fb126 100644 (file)
@@ -35,4 +35,7 @@ public class HMAC extends Digest {
         h.doFinal(out,off);
         reset();
     }
+    protected void processWord(byte[] in, int inOff) {}
+    protected void processLength(long bitLength) {}
+    protected void processBlock() {}
 }