]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - grain.h
forgotten files
[avr-crypto-lib.git] / grain.h
diff --git a/grain.h b/grain.h
index 508c1d1c9ca8055e1ae51d8cdef694ac7aecb45b..2526fdced5f97ea4c54c8a0a3d5be245185621cf 100644 (file)
--- 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
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
-/**
- * 
- * 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_