mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-11 04:52:56 +00:00
Prepare for ECDH point blinding just in case
This commit is contained in:
committed by
Paul Bakker
parent
c972770f78
commit
c83e418149
@@ -44,6 +44,9 @@ typedef struct
|
||||
ecp_point Qp; /*!< peer's public value */
|
||||
mpi z; /*!< shared secret */
|
||||
int point_format; /*!< format for point export */
|
||||
ecp_point Vi; /*!< blinding value (for later) */
|
||||
ecp_point Vf; /*!< un-blinding value (for later) */
|
||||
mpi _d; /*!< previous d */
|
||||
}
|
||||
ecdh_context;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user