Renamed patch name from cryptodev -> cryptodev-linux.
[cryptodev-linux.git] / README
blob0cc8fb6e043689757666d3c8fd2e37175827e56b
1 This is a /dev/crypto device driver, equivalent to those in OpenBSD or
2 FreeBSD. The main idea is to access of existing ciphers in kernel space 
3 from userspace, thus enabling re-use of a hardware implementation of a
4 cipher.
6 It was initially written for linux 2.6.8 by Michal Ludvig. Compatibility
7 fixes for *BSD cryptodev as well as porting to 2.6.27 blkcipher API 
8 by Nikos Mavrogiannopoulos. Initial blkcipher async API porting by
9 Michael Weiser.
11 Maintained by Nikos Mavrogiannopoulos (nmav [at] gnutls [dot] org)