aboutsummaryrefslogtreecommitdiffstats
path: root/lib/des.c
Commit message (Collapse)AuthorAgeLines
* NSS module fixes from mcepl in #714. This removes des.c since it's noWilmer van der Gaast2012-08-19-646/+0
| | | | | longer necessary.
* 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..