I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 4fedb3fb authored by zzz's avatar zzz
Browse files

javadoc thx kytv

parent dba92b0c
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ import org.bouncycastle.crypto.macs.I2PHMac; ...@@ -13,7 +13,7 @@ import org.bouncycastle.crypto.macs.I2PHMac;
/** /**
* Calculate the HMAC-SHA256 of a key+message. All the good stuff occurs * Calculate the HMAC-SHA256 of a key+message. All the good stuff occurs
* in {@link org.bouncycastle.crypto.macs.I2PHMac} and * 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") * This should be compatible with javax.crypto.Mac.getInstance("HmacSHA256")
* but that is untested. * but that is untested.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment