creating a addition script for elliptic curve calculations
Budget: ₹75,000 – ₹150,000 INR
I need a project similar tohttps://rawcdn.githack.com/nlitsme/bitcoinexplainer/aa50e86e8c72c04a7986f5f7c43bc2f98df94107/ecdsacrack.html but there will be a slight change in addition of public keys , here are the details with example when two big public keys are added
(private key 1 - 7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a4
its public key - 04592152c398d6c719636a03a6dad64246a5a6814aa62c156b0ce5332f6759b03172dd2e1d26c233337760c49122a1df67d0aa792b453f97bd29765c83b47ba01d, private key 2 - 7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a6 its public key - )
045702fb8a2602f41f52699f688d4b005a128762e11dfd13fd22ea751ccbedb2ef588efa4c850acb19fb90a73c4fdabc0261f9993ea7fae6ad59e07c75f8c0a3e8) , its output is 1 less( means output of public key should be 04a0434d9e47f3c86235477c7b1ae6ae5d3442d49b1943c2b752a68e2a47e247c7893aba425419bc27a3b6c7e693a24c696f794c2ed877a1593cbee53b037368d7 , but we are getting 04acd484e2f0c7f65309ad178a9f559abde09796974c57e714c35f110dfc27ccbecc338921b0a7d9fd64380971763b61e9add888a4375f8e0f05cc262ac64f9c37 ), reason for this error is curve has no end and its counting 0(zero) as 1 number at the time of addition and i want to skip that to get proper answer
(private key 1 - 7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a4
its public key - 04592152c398d6c719636a03a6dad64246a5a6814aa62c156b0ce5332f6759b03172dd2e1d26c233337760c49122a1df67d0aa792b453f97bd29765c83b47ba01d, private key 2 - 7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a6 its public key - )
045702fb8a2602f41f52699f688d4b005a128762e11dfd13fd22ea751ccbedb2ef588efa4c850acb19fb90a73c4fdabc0261f9993ea7fae6ad59e07c75f8c0a3e8) , its output is 1 less( means output of public key should be 04a0434d9e47f3c86235477c7b1ae6ae5d3442d49b1943c2b752a68e2a47e247c7893aba425419bc27a3b6c7e693a24c696f794c2ed877a1593cbee53b037368d7 , but we are getting 04acd484e2f0c7f65309ad178a9f559abde09796974c57e714c35f110dfc27ccbecc338921b0a7d9fd64380971763b61e9add888a4375f8e0f05cc262ac64f9c37 ), reason for this error is curve has no end and its counting 0(zero) as 1 number at the time of addition and i want to skip that to get proper answer