diff options
Diffstat (limited to 'sys/crypto/skipjack.c')
-rw-r--r-- | sys/crypto/skipjack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/crypto/skipjack.c b/sys/crypto/skipjack.c index 8e4784ba990..45e1d83327a 100644 --- a/sys/crypto/skipjack.c +++ b/sys/crypto/skipjack.c @@ -1,8 +1,8 @@ -/* $OpenBSD: skipjack.c,v 1.3 2001/05/05 00:31:34 angelos Exp $ */ +/* $OpenBSD: skipjack.c,v 1.4 2006/03/23 15:32:03 mickey Exp $ */ /* * Further optimized test implementation of SKIPJACK algorithm - * Mark Tillotson <markt@chaos.org.uk>, 25 June 98
+ * Mark Tillotson <markt@chaos.org.uk>, 25 June 98 * Optimizations suit RISC (lots of registers) machine best. * * based on unoptimized implementation of |