aboutsummaryrefslogtreecommitdiff
path: root/src/math/twists.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/twists.h')
-rw-r--r--src/math/twists.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/math/twists.h b/src/math/twists.h
index 3249047..dcbdb31 100644
--- a/src/math/twists.h
+++ b/src/math/twists.h
@@ -12,6 +12,12 @@
* @param to The result of the twist.
* @param of The curve to be twisted.
*/
-void curve_twist_rand(curve_t *to, const curve_t *of);
+void twist_rand_to(curve_t *to, const curve_t *of);
+
+/**
+ * @brief
+ * @param what
+ */
+void twist_rand(curve_t *what);
#endif // ECGEN_TWIST_H