Re: loading public point

2012-12-19 Thread Douglas E. Engert
Where did you get the hex version of the point? It does not look correct, its the wrong length. For the curve you picked, The field size is 21 bytes. The hex should be 04|x|y which would be 43 bytes, so string should be 86 bytes with a leading 04. On 12/13/2012 12:23 AM, jeetendra gangele wrote:

Re: loading public point

2012-12-13 Thread jeetendra gangele
Thanks for your reply. I just random value i have given. how did you calculate that ?. like for 224 curve point will be 56 byte long? what about private key for 224 it will be 28 byte long?. Ya i observed i am not able to calculate these test values thats why its failing. Can you give me any point