blob: 7373dbd215b1d404c9d80731d6bcb889fd403c04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Michal Ludvig:
Initial implementation of OpenBSD's /dev/crypto API for linux 2.6.8
Nikos Mavrogiannopoulos:
Port to 2.6.27 and later, better compatibility
with OpenBSD (and FreeBSD) cryptodev and maintanance.
Design and implementation of NCR (NewCrypto) API.
Michael Weiser:
Porting to blkcipher async API. Several hardware drivers
only implemented this API.
Phil Sutter:
Implemented a zero copy version of the internal engine.
Miloslav Trmač:
Several optimizations and bugfixes in the NCR API.
Maintained by Nikos Mavrogiannopoulos (nmav [at] gnutls [dot] org)
|