X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/132a5a4a47f9dbc7c52ee15234d70258c59ccf8e..dfa51bb78ea10f22e9fb02397466943befdcc2e6:/lib/arcfour.h diff --git a/lib/arcfour.h b/lib/arcfour.h index af6e941..4993961 100644 --- 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];