From 2c6bfa342ac85cd1ec5265b217d7cb33afd91e69 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 7 May 2017 18:06:53 +0200 Subject: Fixed unrolls / unique generator curve generaton - Also added some tests to catch some regressions like this early - Fixed double free in gens, also some funky stuff with gunclone and obj_free in curve_free --- src/math/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/types.h') diff --git a/src/math/types.h b/src/math/types.h index 64b9c99..ab4b224 100644 --- a/src/math/types.h +++ b/src/math/types.h @@ -63,7 +63,7 @@ typedef struct { * @brief */ typedef enum { - OFFSET_SEED, + OFFSET_SEED = 0, OFFSET_FIELD, OFFSET_A, OFFSET_B, -- cgit v1.2.3-70-g09d2