diff options
Diffstat (limited to 'src/math/twists.c')
| -rw-r--r-- | src/math/twists.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/twists.c b/src/math/twists.c index 0d4b14c..a4ae2b9 100644 --- a/src/math/twists.c +++ b/src/math/twists.c @@ -33,4 +33,4 @@ void twist_rand(curve_t *what) { twist_rand_to(what, what); seed_free(&what->seed); subgroups_free_deep(&what->generators, what->ngens); -}
\ No newline at end of file +} |
