summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/jce/spec/TMMHParameterSpec.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/jce/spec/TMMHParameterSpec.java')
-rw-r--r--gnu/javax/crypto/jce/spec/TMMHParameterSpec.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/javax/crypto/jce/spec/TMMHParameterSpec.java b/gnu/javax/crypto/jce/spec/TMMHParameterSpec.java
index 0ebec0991..a3b5f26e8 100644
--- a/gnu/javax/crypto/jce/spec/TMMHParameterSpec.java
+++ b/gnu/javax/crypto/jce/spec/TMMHParameterSpec.java
@@ -45,7 +45,7 @@ import java.security.spec.AlgorithmParameterSpec;
/**
* This class represents the algorithm parameters for the Truncated
* Multi-Modular Hash function for use with JCE-derived instances of
- * {@link gnu.crypto.mac.TMMH16}.
+ * {@link gnu.javax.crypto.mac.TMMH16}.
*
* <p>This class is little more than a container for the key stream, tag
* length, and prefix parameters for the TMMH algorithm.