Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Roland C. Dowdeswell <elric@NetBSD.org>
List: source-changes
Date: 04/01/2004 23:18:18
Module Name:	src
Committed By:	elric
Date:		Thu Apr  1 23:14:46 UTC 2004

Modified Files:
	src/sys/dev: cgd.c cgdvar.h cgd_crypto.c cgd_crypto.h

Log Message:
Due to performance issues with our existing ciphers, we add a new entry
rot13-cbc which performs at almost full disk speed.  There are known issues
with rot13 in ECB mode, but in CBC mode it is completely secure.