aboutsummaryrefslogtreecommitdiff
path: root/src/misc/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/types.h')
-rw-r--r--src/misc/types.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/misc/types.h b/src/misc/types.h
index aecf207..9c1cff6 100644
--- a/src/misc/types.h
+++ b/src/misc/types.h
@@ -44,7 +44,13 @@ typedef struct {
GEN r;
} ansi;
struct {
- bits_t *f;
+ bool first;
+ long w;
+ long v;
+ bits_t *seed_a;
+ bits_t *seed_b;
+ bits_t *seed_bp;
+ GEN mult;
} brainpool;
};
} seed_t;