summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/jce/mac/OMacSerpentImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/jce/mac/OMacSerpentImpl.java')
-rw-r--r--gnu/javax/crypto/jce/mac/OMacSerpentImpl.java9
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/javax/crypto/jce/mac/OMacSerpentImpl.java b/gnu/javax/crypto/jce/mac/OMacSerpentImpl.java
index bec2c1f5c..5c1b8a9b9 100644
--- a/gnu/javax/crypto/jce/mac/OMacSerpentImpl.java
+++ b/gnu/javax/crypto/jce/mac/OMacSerpentImpl.java
@@ -40,14 +40,11 @@ package gnu.javax.crypto.jce.mac;
import gnu.java.security.Registry;
-public class OMacSerpentImpl extends MacAdapter
+public class OMacSerpentImpl
+ extends MacAdapter
{
-
- // Constructor.
- // -------------------------------------------------------------------------
-
public OMacSerpentImpl()
{
super(Registry.OMAC_PREFIX + Registry.SERPENT_CIPHER);
}
-} \ No newline at end of file
+}