Manuel Pégourié-Gonnard dd9cbf99c2 Benchmark only one side of ECDH, both static and ephemeral
Static ECDH is of interest to us as developers because it's a generic
scalar multiplication (as opposed to using the standard base point) and
it's useful to have that handy.

For reference the other operations of interest to developers are:
- multiplication of the conventional base point: ECDSA signing is almost
exactly that (just a few field ops on top, notably 1 inversion);
- linear combination: ECDSA verification is almost exactly that too.

Including ephemeral as well, because it's hopefully what's of interest
to most users.

Compared to the previous version, include only one side of the
operations. I don't think including both sides is of interest to anyone.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2024-02-22 12:29:06 +01:00
..
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00
2023-11-02 19:47:20 +00:00