Fix indicative values of ops counts
Previous measurements were wrong due to counting multiplication by a small constant as a full multiplication, which it is not.
This commit is contained in:
parent
1c678e0e06
commit
9c5c78ff5c
2 changed files with 5 additions and 5 deletions
|
@ -271,7 +271,7 @@ mbedtls_ecp_keypair;
|
|||
* \note A "basic operation" is roughly multiplication in GF(p),
|
||||
* or whatever takes a roughly equivalent amount of time.
|
||||
* As an indication, a scalar multiplication on P-256 is
|
||||
* of the order of 3600 "basic operations" with default
|
||||
* of the order of 3300 "basic operations" with default
|
||||
* settings.
|
||||
*
|
||||
* \warning Very low values are not always respected: sometimes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue