configure.ac: Add `chromium' and `google-chrome' to browser possibilities.
[disorder] / lib / arcfour.h
index af6e941..4993961 100644 (file)
@@ -32,6 +32,7 @@
 
 #define ARCFOUR_SBOX_SIZE 256
 
+/** @brief Context structture for Arcfour stream cipher */
 typedef struct
 {
   char sbox[ARCFOUR_SBOX_SIZE];