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 af6e9414a6091553431bb13a9853341b2ab3bc78..4993961066a2d641b4c2d65bd2bcf5bae0d9a9df 100644
(file)
--- a/
lib/arcfour.h
+++ b/
lib/arcfour.h
@@
-32,6
+32,7
@@
#define ARCFOUR_SBOX_SIZE 256
+/** @brief Context structture for Arcfour stream cipher */
typedef struct
{
char sbox[ARCFOUR_SBOX_SIZE];