X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=des.c;h=d4b8ce138f2348ee058ac80b0cb3e2614be1b9f9;hb=6bca96e560e6097aa5b225fad67f2e2a27f4182f;hp=dc16750e91ad68f0d13b30ce447a4c1de8834d0b;hpb=96ebafd201c9e8441c7677577b24aa402c1defc6;p=avr-crypto-lib.git diff --git a/des.c b/des.c index dc16750..d4b8ce1 100644 --- a/des.c +++ b/des.c @@ -17,12 +17,13 @@ along with this program. If not, see . */ /** - * \file des.c - * \author Daniel Otte - * \date 2007-06-16 - * \brief DES and EDE-DES implementation + * \file des.c + * \author Daniel Otte + * \email daniel.otte@rub.de + * \date 2007-06-16 + * \brief DES and EDE-DES implementation * \par License - * GPL + * GPLv3 or later * */ #include "config.h"