aboutsummaryrefslogtreecommitdiff
path: root/src/gen/field.h
diff options
context:
space:
mode:
authorJ08nY2017-09-29 17:52:01 +0200
committerJ08nY2017-09-29 17:52:01 +0200
commit27006e09a7fed0718e576a1d1f5e467143c83654 (patch)
treea9e64a26345ca321f7e2b8082fd6868e10be78db /src/gen/field.h
parent49bd1736641a101dde23f2bbe994159ed33ef347 (diff)
downloadecgen-27006e09a7fed0718e576a1d1f5e467143c83654.tar.gz
ecgen-27006e09a7fed0718e576a1d1f5e467143c83654.tar.zst
ecgen-27006e09a7fed0718e576a1d1f5e467143c83654.zip
Rename gen_t -> gen_f.
Diffstat (limited to 'src/gen/field.h')
-rw-r--r--src/gen/field.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gen/field.h b/src/gen/field.h
index da31298..e02c0b4 100644
--- a/src/gen/field.h
+++ b/src/gen/field.h
@@ -11,7 +11,7 @@
#include "misc/types.h"
/**
- * GENERATOR(gen_t)
+ * GENERATOR(gen_f)
* Creates a random field.
* Always succeeds.
*
@@ -23,7 +23,7 @@
GENERATOR(field_gen_random);
/**
- * GENERATOR(gen_t)
+ * GENERATOR(gen_f)
* Creates a field by reading:
* - a prime number in the prime field case
* - three short exponents of the reduction polynomial in the binary case
@@ -36,7 +36,7 @@ GENERATOR(field_gen_random);
GENERATOR(field_gen_input);
/**
- * GENERATOR(gen_t)
+ * GENERATOR(gen_f)
* Creates the field by reading it once.
*
* @param curve A curve_t being generated