chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge config aliasing bug fix.
[disorder]
/
lib
/
arcfour.h
diff --git
a/lib/arcfour.h
b/lib/arcfour.h
index 0a9d75c0f745fd9c18a84abd3cf4654f326c1084..4993961066a2d641b4c2d65bd2bcf5bae0d9a9df 100644
(file)
--- a/
lib/arcfour.h
+++ b/
lib/arcfour.h
@@
-18,6
+18,9
@@
* 02110-1301, USA.
*
*/
* 02110-1301, USA.
*
*/
+/** @file lib/arcfour.h
+ * @brief Arcfour (RC4-compatible) stream cipher implementation
+ */
/* Code from Libgcrypt adapted for gnulib by Simon Josefsson. */
/* Code from Libgcrypt adapted for gnulib by Simon Josefsson. */
@@
-29,6
+32,7
@@
#define ARCFOUR_SBOX_SIZE 256
#define ARCFOUR_SBOX_SIZE 256
+/** @brief Context structture for Arcfour stream cipher */
typedef struct
{
char sbox[ARCFOUR_SBOX_SIZE];
typedef struct
{
char sbox[ARCFOUR_SBOX_SIZE];