diff options
| author | J08nY | 2017-08-30 01:48:08 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-30 01:48:08 +0200 |
| commit | a324d5db93ea089f1d2e86c2adb4560856307dad (patch) | |
| tree | a3c426786e69613fdea75b12dd69adbb43cff2ea /src/math/subgroups.c | |
| parent | e8623c98acfda4e839a552d5d23e80287be1ec11 (diff) | |
| download | ecgen-a324d5db93ea089f1d2e86c2adb4560856307dad.tar.gz ecgen-a324d5db93ea089f1d2e86c2adb4560856307dad.tar.zst ecgen-a324d5db93ea089f1d2e86c2adb4560856307dad.zip | |
More point tests and formating.
Diffstat (limited to 'src/math/subgroups.c')
| -rw-r--r-- | src/math/subgroups.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math/subgroups.c b/src/math/subgroups.c index 587570b..93526ae 100644 --- a/src/math/subgroups.c +++ b/src/math/subgroups.c @@ -2,7 +2,6 @@ * ecgen, tool for generating Elliptic curve domain parameters * Copyright (C) 2017 J08nY */ -#include <gen/types.h> #include "subgroups.h" /** @@ -47,7 +46,8 @@ static GEN subgroups_divisors(GEN order) { } /** - * @brief All factors consisting of at least <code>min_bits</code> prime <code>factors</code>. + * @brief All factors consisting of at least <code>min_bits</code> prime + * <code>factors</code>. * * @param factors * @param min_bits |
