From 4fedb3fb5afde2c2e9727a00b659b4aa52560680 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Fri, 10 Jun 2011 23:30:49 +0000
Subject: [PATCH] javadoc thx kytv

---
 core/java/src/net/i2p/crypto/HMAC256Generator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/java/src/net/i2p/crypto/HMAC256Generator.java b/core/java/src/net/i2p/crypto/HMAC256Generator.java
index a4f541e342..55cbd6cd91 100644
--- a/core/java/src/net/i2p/crypto/HMAC256Generator.java
+++ b/core/java/src/net/i2p/crypto/HMAC256Generator.java
@@ -13,7 +13,7 @@ import org.bouncycastle.crypto.macs.I2PHMac;
 /**
  * Calculate the HMAC-SHA256 of a key+message.  All the good stuff occurs
  * in {@link org.bouncycastle.crypto.macs.I2PHMac} and 
- * {@link net.i2p.crypto.Sha256Standalone}.
+ * {@link gnu.crypto.hash.Sha256Standalone}.
  *
  * This should be compatible with javax.crypto.Mac.getInstance("HmacSHA256")
  * but that is untested.
-- 
GitLab