aboutsummaryrefslogtreecommitdiffstats
path: root/lib/des.c
Commit message (Collapse)AuthorAgeLines
* Now including a nice and compact 3DES implementation done by ChristopheWilmer van der Gaast2010-08-21-0/+646
Devine. OpenSSL exports nice cipher functions, but GnuTLS only just started doing this in 2.10 or so (not even in Debian Sid yet). So instead of adding a whole library for encrypting 72 bytes of data, let's have a built-in 3DES implementation for a while..