Bill Allombert on Sun, 03 May 2026 09:37:22 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: why is this happening?


On Sat, May 02, 2026 at 06:53:15PM -0700, American Citizen wrote:
> Silly me
> 
> I thought that subtracting the 2 elliptic curves would result in a vector of
> zeroes.
> 
> I believe that we are left with the one option to test if 2 elliptic curves
> are the same

No. Just do this:
e1[1..5]==e2[1..5]
or even
e1[1..5]-e2[1..5]==0
if you prefer.

Cheers,
Bill.