summaryrefslogtreecommitdiff
path: root/sys/crypto/blf.h
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2002-07-02 19:38:56 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2002-07-02 19:38:56 +0000
commit455d1983e8764c0949b892923117c63399cdedb5 (patch)
tree12f00626cd371f548174bd24633cbed074be5590 /sys/crypto/blf.h
parent08164aa7b48cddaba444394214fd10fa49bf5cd9 (diff)
inital -> initial
Diffstat (limited to 'sys/crypto/blf.h')
-rw-r--r--sys/crypto/blf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/crypto/blf.h b/sys/crypto/blf.h
index e32a9ef18d5..5b978e28947 100644
--- a/sys/crypto/blf.h
+++ b/sys/crypto/blf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: blf.h,v 1.4 2002/03/14 01:26:51 millert Exp $ */
+/* $OpenBSD: blf.h,v 1.5 2002/07/02 19:38:54 nate Exp $ */
/*
* Blowfish - a fast block cipher designed by Bruce Schneier
@@ -36,7 +36,7 @@
#define _BLF_H_
/* Schneier states the maximum key length to be 56 bytes.
- * The way how the subkeys are initalized by the key up
+ * The way how the subkeys are initialized by the key up
* to (N+2)*4 i.e. 72 bytes are utilized.
* Warning: For normal blowfish encryption only 56 bytes
* of the key affect all cipherbits.