diff options
| author | J08nY | 2017-07-20 01:06:50 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-20 01:06:50 +0200 |
| commit | 84c8a246ffb870bce8bafc5ba03116b82c5ebfb7 (patch) | |
| tree | 4bd5e1a5b966b9b3abeb4ece59085219aa51ea5f /src/gen/equation.c | |
| parent | 75c07ec3d7c24b37b6afa0e832a5e1b52927d83b (diff) | |
| download | ecgen-84c8a246ffb870bce8bafc5ba03116b82c5ebfb7.tar.gz ecgen-84c8a246ffb870bce8bafc5ba03116b82c5ebfb7.tar.zst ecgen-84c8a246ffb870bce8bafc5ba03116b82c5ebfb7.zip | |
Add proper support for Koblitz curves generation.
Diffstat (limited to 'src/gen/equation.c')
| -rw-r--r-- | src/gen/equation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen/equation.c b/src/gen/equation.c index 7c90ab7..9524df7 100644 --- a/src/gen/equation.c +++ b/src/gen/equation.c @@ -106,7 +106,7 @@ GENERATOR(b_gen_zero) { return 1; } -GENERATOR(g_gen_one) { +GENERATOR(b_gen_one) { curve->b = gen_1; return 1; } |
