diff options
| author | J08nY | 2018-04-05 22:49:01 +0200 |
|---|---|---|
| committer | J08nY | 2018-04-05 22:49:01 +0200 |
| commit | 23864f09cff6510fa6a9b29aefd852842493e9e4 (patch) | |
| tree | 89d7bb4bcb254eace8e4c325fa265fb3245f3b07 /test/src/math | |
| parent | 71cbaba2fe4f4be9d7531fa901178225d02215b8 (diff) | |
| download | ecgen-23864f09cff6510fa6a9b29aefd852842493e9e4.tar.gz ecgen-23864f09cff6510fa6a9b29aefd852842493e9e4.tar.zst ecgen-23864f09cff6510fa6a9b29aefd852842493e9e4.zip | |
Copyright fixes and Makefile fixes.
Diffstat (limited to 'test/src/math')
| -rw-r--r-- | test/src/math/test_koblitz.c | 2 | ||||
| -rw-r--r-- | test/src/math/test_subgroup.c | 2 | ||||
| -rw-r--r-- | test/src/math/test_twists.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/src/math/test_koblitz.c b/test/src/math/test_koblitz.c index 811edc3..93272ab 100644 --- a/test/src/math/test_koblitz.c +++ b/test/src/math/test_koblitz.c @@ -1,6 +1,6 @@ /* * ecgen, tool for generating Elliptic curve domain parameters - * Copyright (C) 2017 J08nY + * Copyright (C) 2017-2018 J08nY */ #include <criterion/criterion.h> #include "gen/point.h" diff --git a/test/src/math/test_subgroup.c b/test/src/math/test_subgroup.c index 1acb468..d6b2f10 100644 --- a/test/src/math/test_subgroup.c +++ b/test/src/math/test_subgroup.c @@ -1,6 +1,6 @@ /* * ecgen, tool for generating Elliptic curve domain parameters - * Copyright (C) 2017 J08nY + * Copyright (C) 2017-2018 J08nY */ #include <criterion/criterion.h> #include "gen/point.h" diff --git a/test/src/math/test_twists.c b/test/src/math/test_twists.c index cc39369..0712d3c 100644 --- a/test/src/math/test_twists.c +++ b/test/src/math/test_twists.c @@ -1,6 +1,6 @@ /* * ecgen, tool for generating Elliptic curve domain parameters - * Copyright (C) 2017 J08nY + * Copyright (C) 2017-2018 J08nY */ #include <criterion/criterion.h> #include "gen/field.h" |
