chiark / gitweb /
Doxygen file headers for most files
[disorder] / lib / arcfour.c
index 42aaf2b9a3f6bebc52be0c82d3bc50a5db382afb..7d469d8a7b0ab988f0a3d0a7e3d049fce13828d8 100644 (file)
  * 02110-1301, USA.
  *
  */
-
-/* Code from Libgcrypt adapted for gnulib by Simon Josefsson. */
-
-/*
+/** @file lib/arcfour.c
+ * @brief Arcfour (RC4-compatible) stream cipher implementation
+ *
+ * Code from Libgcrypt adapted for gnulib by Simon Josefsson.
+ *
  * For a description of the algorithm, see:
+ * 
  *   Bruce Schneier: Applied Cryptography. John Wiley & Sons, 1996.
  *   ISBN 0-471-11709-9. Pages 397 ff.
  */