Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Finite field subtraction

  • 15-06-2008 4:02pm
    #1
    Closed Accounts Posts: 12,382 ✭✭✭✭


    Hello

    I hope someone can help me with this.

    Let's imagine I want to perform the following subtraction operation -

    (7, 1) - (2, 3)

    Both are geometric points on an elliptic curve.

    As far as I know, finite field subtraction is simply finite field addition using the additive inverse of the bit I want to subtract, i.e. (7, 1) + [additiveInverse(2, 3)]

    Is this correct?

    Does anyone know how I can calculate the additive inverse of a point?

    Is it simply (-2, -3)?

    Any help greatly appreciated.

    Thanks!


Comments

  • Closed Accounts Posts: 12,382 ✭✭✭✭AARRRGH


    Hmmm. I'm after finding this on the internet:

    J = (Xj, Yj)
    K = (Xk, Yk)

    J - K = J + (-K)
    where -K = (Xk, Xk + Yk)

    Does this ring any bells with anyone?

    Thanks


  • Closed Accounts Posts: 6,081 ✭✭✭LeixlipRed


    -(x,y)=(x,-y)


  • Closed Accounts Posts: 12,382 ✭✭✭✭AARRRGH


    Thanks LeixlipRed, that's what I thought.

    Cheers!


Advertisement