aboutsummaryrefslogtreecommitdiff
path: root/test/src/exhaustive/test_ansi.c
diff options
context:
space:
mode:
authorJ08nY2017-12-14 19:11:19 +0100
committerJ08nY2017-12-14 19:12:11 +0100
commit61028f63d360d932659987a8d91c060723ee1279 (patch)
tree8e1490a0201020e0e28eb8babb351a5957ed7dc8 /test/src/exhaustive/test_ansi.c
parentc252a59d6e49b3780519aaa493de663bf4e14bd2 (diff)
downloadecgen-61028f63d360d932659987a8d91c060723ee1279.tar.gz
ecgen-61028f63d360d932659987a8d91c060723ee1279.tar.zst
ecgen-61028f63d360d932659987a8d91c060723ee1279.zip
Add basis of brainpool RFC generation (equation part).
Diffstat (limited to 'test/src/exhaustive/test_ansi.c')
-rw-r--r--test/src/exhaustive/test_ansi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/src/exhaustive/test_ansi.c b/test/src/exhaustive/test_ansi.c
index bbbe37a..6938bc1 100644
--- a/test/src/exhaustive/test_ansi.c
+++ b/test/src/exhaustive/test_ansi.c
@@ -153,7 +153,8 @@ ParameterizedTestParameters(ansi, test_ansi_seed_prime_examples) {
size_t nb_params = sizeof(params) / sizeof(struct prime_params);
return cr_make_param_array(struct prime_params, params, nb_params, NULL);
}
-ParameterizedTest(struct prime_params *param, ansi, test_ansi_seed_prime_examples) {
+ParameterizedTest(struct prime_params *param, ansi,
+ test_ansi_seed_prime_examples) {
cfg->bits = param->bits;
cfg->field = FIELD_PRIME;
cfg->seed = param->seed;