You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
ecc_dh: Fix discrepancy of ecc_make_key definition and declaration
ecc_make_key declaration has random size of NUM_ECC_DIGITS * 2 but
definition has (and use) only NUM_ECC_DIGITS.
See: https://gerrit.zephyrproject.org/r/#/c/1982
Change-Id: I696d1ecfca439545ac4a7995500bfb7cb8ed2db5
Signed-off-by: Flavio Santes <[email protected]>
0 commit comments