Tell me more ×
Cryptography Stack Exchange is a question and answer site for software developers, mathematicians and others interested in cryptography. It's 100% free, no registration required.

In projective coordinates point-at-infinity can be identified with z=0. How to identify the point-at-infinity in affine coordinate.

Whether x=0 and y=0 can be considered as point-at-infinity in affine coordinate?

share|improve this question
1  
Does crypto.stackexchange.com/questions/6156/… help, by any chance? – Thomas Feb 25 at 5:58
@Thomas: I went through the link you posted. My question is not related to encoding of the point-at-infinity. In our implementation after EC operation such as EC point addition we return the point "x=0, y=0" when we encounter point-at-infinity. So I wanted to check is it safe in doing this? Is there a remote possibility of obtaining a valid point with x=0,y=0 when working with standard EC curves? – Andy Feb 26 at 4:15

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.