aboutsummaryrefslogtreecommitdiff
path: root/ecdsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'ecdsa.c')
-rw-r--r--ecdsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecdsa.c b/ecdsa.c
index 6d518fa..5991d21 100644
--- a/ecdsa.c
+++ b/ecdsa.c
@@ -711,6 +711,7 @@ static hal_error_t point_scalar_multiply(const fp_int * const k,
point_double (M[1], M[1], curve);
point_add (M[bit], P, M[bit], curve);
+ hal_task_yield_maybe();
}
/*