X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/132a5a4a47f9dbc7c52ee15234d70258c59ccf8e..92db088e5b292c1180a090ed369b9851e933e610:/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];