Re: [PATCH] ecc: add l_ecc_point_is_infinity

Denis Kenzior <[email protected]> Tue, 17 Oct 2023 10:00:21 -0500
Newsgroups dev.linux.lists.ell
Message-ID <[email protected]>
Hi James,

On 10/12/23 08:38, James Prestwood wrote:
> When creating a point from raw data the validity and if
> infinity is checked but there doesn't exist any way to check
> a point for infinity after doing some arithmetic on it. Some
> specs requires a resulting point be checked for infinity.
> ---
>   ell/ecc.c   | 5 +++++
>   ell/ecc.h   | 1 +
>   ell/ell.sym | 1 +
>   3 files changed, 7 insertions(+)

Applied, thanks.

Regards,
-Denis