Re: [PATCH] ecc: Add helper for multiplying a scalar with a curve generator

Denis Kenzior <[email protected]> Tue, 7 Nov 2023 20:24:22 -0600
Newsgroups dev.linux.lists.ell
Message-ID <[email protected]>
Hi Marcel,

On 11/6/23 13:06, Marcel Holtmann wrote:
> The SPAKE2+ key exchange protocol requires the ability to multiply a
> random number with the curve generator. Instead of exposing the curve
> generator expose a helper function that provides the multiplication.
> ---
>   ell/ecc.c   | 12 ++++++++++++
>   ell/ecc.h   |  2 ++
>   ell/ell.sym |  1 +
>   3 files changed, 15 insertions(+)
> 

Applied, thanks.

Regards,
-Denis