javadoc thx kytv

This commit is contained in:
zzz
2011-06-10 23:30:49 +00:00
parent dba92b0c42
commit 4fedb3fb5a

View File

@ -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.