Posted April 16, 201015 yr Well guys, I went back to school as I went through the certicom ecc theories. Now, I wanna implement ECC, & I am having a lil problem. I am using delphi, & FGInt. I am using ECB as the parameter generator. But the Point G (base point of the curve), is represented as X & Y coordinate. I But in the ECDSA unit available, the G is a function parameter of TECPoint type. I saw in Crypto++ there is a function to combine the X & Y coordinates into a Point. Is there any delphi eqivalent of that ? Would be glad if any 1 points me 2 the right direction
April 16, 201015 yr I don't know if this is of any use to you, but the following page has examples of different crypto implementations:/>http://www.submanifold.be/triade/GInt/gint.htmlHR,Ghandi
April 17, 201015 yr Author Thx man.. But I already have that If ya download the ECDSA using for the given link, ya will see that the BASE Point G is a function parameter. I am using ECB to generate my curve parameters, & the basepoint is represented as X & Y coordinate. I am searcing for a way to encapsulate the two coordinates into a single point (the base point here).
April 17, 201015 yr as I remember, there is no function like thatthere is only ecurve_init and ecc arithmeticsalso you can use Miraclthere you can find epoint_set function.
April 17, 201015 yr Author as I remember, there is no function like thatthere is only ecurve_init and ecc arithmeticsalso you can use Miraclthere you can find epoint_set function.Thats the problem..I need ti implement it in delphi, and as for as I know Miracl doesn't work with delphi.So, any suggestions, on how to use ECB to gen the curve params for use in delphi ?
April 17, 201015 yr uhm... you just need to initialize a record? Edited April 17, 201015 yr by baguette
April 17, 201015 yr Author uhm... you just need to initialize a record? As in ? Suppose : X = 664737823 Y = 372723849 Can ya give a small example ? *edit* I made it Edited April 17, 201015 yr by KKR_WE_RULE
Create an account or sign in to comment