From d514a3d099207e73e55bbd8c55e969d19f7cd586 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 23 Jan 2010 09:04:08 +0100 Subject: Added README --- README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..49dfeba --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +This is a /dev/crypto device driver, equivalent to those in OpenBSD or +FreeBSD. The main idea is to access of existing ciphers in kernel space +from userspace, thus enabling re-use of a hardware implementation of a +cipher. -- cgit