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, 1 insertions, 7 deletions
diff --git a/src/misc/types.h b/src/misc/types.h
index ff2caed..5b1fd17 100644
--- a/src/misc/types.h
+++ b/src/misc/types.h
@@ -24,12 +24,6 @@ typedef struct {
size_t allocated;
} bits_t;
-enum seed_e {
- SEED_ANSI,
- SEED_BRAINPOOL,
- SEED_BRAINPOOL_RFC,
- SEED_FIPS
-};
/**
* @brief
* @param seed
@@ -41,7 +35,7 @@ enum seed_e {
typedef struct {
bits_t *seed;
unsigned char *hash20;
- enum seed_e type;
+ seed_e type;
union {
struct {
GEN t;