X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..HEAD:/symm/seal.h diff --git a/symm/seal.h b/symm/seal.h index 875994e8..adb17ab1 100644 --- a/symm/seal.h +++ b/symm/seal.h @@ -76,8 +76,8 @@ typedef struct seal_ctx { uint32 a, b, c, d; /* Current chaining variables */ uint32 n1, n2, n3, n4; /* Increments for the variables */ unsigned i; /* Index into current iteration */ - octet q[16]; /* Output buffer */ - unsigned qsz; /* Number of bytes in the buffer */ + octet buf[16]; /* Output buffer */ + unsigned off; /* Offset into the buffer */ uint32 rbuf[SEAL_R]; /* Buffer for later magic */ } seal_ctx;