X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=grain.h;h=2526fdced5f97ea4c54c8a0a3d5be245185621cf;hb=8f855d283a31a468ea014774c4723a8b77b81644;hp=508c1d1c9ca8055e1ae51d8cdef694ac7aecb45b;hpb=96ebafd201c9e8441c7677577b24aa402c1defc6;p=avr-crypto-lib.git diff --git a/grain.h b/grain.h index 508c1d1..2526fdc 100644 --- a/grain.h +++ b/grain.h @@ -1,6 +1,6 @@ /* grain.h */ /* - This file is part of the Crypto-avr-lib/microcrypt-lib. + This file is part of the AVR-Crypto-Lib. Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -16,12 +16,12 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/** - * - * author: Daniel Otte - * email: daniel.otte@rub.de - * license: GPLv3 - * + +/** \file grain.h + * \author Daniel Otte + * \email daniel.otte@rub.de + * \license GPLv3 or later + * \brief implementation of the Grain streamcipher */ #ifndef GRAIN_H_