commit | b25cb603bbb68f225a3fc5a25c22adb81eaf6c34 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue Oct 16 11:48:09 2018 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue Oct 16 11:48:09 2018 +0200 |
tree | 9f3382c9005a4671aa1eae125c3ec5f1863c8379 | |
parent | a5a3e40c4eadc4dc52ac9f2eaf0d81880fb0761b [diff] [blame] |
Add a comment to clarify code flow
diff --git a/library/ecp.c b/library/ecp.c index 66ad12e..dff5f90 100644 --- a/library/ecp.c +++ b/library/ecp.c
@@ -1933,6 +1933,7 @@ rs_ctx->rsm->T = NULL; rs_ctx->rsm->T_size = 0; + /* This effectively jumps to the call to mul_comb_after_precomp() */ T_ok = rs_ctx->rsm->state >= ecp_rsm_comb_core; } else