mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Add a comment to clarify code flow
This commit is contained in:
parent
a5a3e40c4e
commit
b25cb603bb
1 changed files with 1 additions and 0 deletions
|
|
@ -1933,6 +1933,7 @@ static int ecp_mul_comb( mbedtls_ecp_group *grp, mbedtls_ecp_point *R,
|
||||||
rs_ctx->rsm->T = NULL;
|
rs_ctx->rsm->T = NULL;
|
||||||
rs_ctx->rsm->T_size = 0;
|
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;
|
T_ok = rs_ctx->rsm->state >= ecp_rsm_comb_core;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue