X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/cc3ede61012fc9f409b7c7e6197d5c563d11d7da..4d82d5796332e2abe77a17a6bf7e5238bcbe297e:/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];