Fixed partial encryption in CTR mode. Does not affect interop
[silc.git] / lib / silccrypt / rijndael_internal.h
index e6dcb1c3a4a5fa9dca85a4d7bcbec681625581e6..83a01f3c5d3596594531dda4b617d2b33f568017 100644 (file)
@@ -44,6 +44,7 @@ typedef union {
 typedef struct {
   uint_32t ks[KS_LENGTH];
   aes_inf inf;
+  unsigned char pad[16];
 } aes_encrypt_ctx;
 
 typedef struct {