diff options
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" |
