summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/cipher/Khazad.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/cipher/Khazad.java')
-rw-r--r--gnu/javax/crypto/cipher/Khazad.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/javax/crypto/cipher/Khazad.java b/gnu/javax/crypto/cipher/Khazad.java
index 491301f5a..55e42628b 100644
--- a/gnu/javax/crypto/cipher/Khazad.java
+++ b/gnu/javax/crypto/cipher/Khazad.java
@@ -1,4 +1,4 @@
-/* Khazad.java --
+/* Khazad.java --
Copyright (C) 2001, 2002, 2003, 2006 Free Software Foundation, Inc.
This file is a part of GNU Classpath.
@@ -317,7 +317,7 @@ public final class Khazad
/**
* Expands a user-supplied key material into a session key for a designated
* <i>block size</i>.
- *
+ *
* @param uk the 128-bit user-supplied key material.
* @param bs the desired block size in bytes.
* @return an Object encapsulating the session key.