Search content
Sort by

Showing 7 of 7 results by sector-32
Post
Topic
Board Development & Technical Discussion
Re: $100 Bounty || Help needed on basic EC operations
by
sector-32
on 19/08/2020, 10:41:55 UTC
finally i coded in C using gmp library. Its quite faster than Python implementation.
Post
Topic
Board Development & Technical Discussion
Re: $100 Bounty || Help needed on basic EC operations
by
sector-32
on 19/08/2020, 07:35:57 UTC
Hello,

There's a C implementation at https://github.com/bitcoin-core/secp256k1 . I need help on code to compute basic operations i.e point addition, double and multiplication in C language.

The inputs / outputs must be in the form of hex. A little performance drop is acceptable.

Bounty at 12345E6kXHSKsrWJ3VLa4QBRF6UWraawU4 .
Thank you.

Maybe take a look at this project, in this class you have everything needed:
https://github.com/JeanLucPons/Kangaroo/blob/master/SECPK1/SECP256k1.h


thank you. But honestly i got zero knowledge on C programming syntax. I already have code in Python but its very slow. I am simply expecting a simple C file in which i can just input "points and operation" and get the result.
Post
Topic
Board Development & Technical Discussion
Re: $100 Bounty || Help needed on basic EC operations
by
sector-32
on 19/08/2020, 06:57:38 UTC
Hi do you mean you need help in understanding the calculation itself of help with the code ?
You can see here for an example https://github.com/samr7/vanitygen/blob/master/vanitygen.c

Basically i need an API kind of thing in which i can directly call each add,double,multiply operations just by single code of line.
Post
Topic
Board Development & Technical Discussion
Re: $100 Bounty || Help needed on basic EC operations
by
sector-32
on 19/08/2020, 05:27:54 UTC
I will look into this tomorrow, currently 5am here in Iceland. You want all inputs/outputs in hex format? and by the way no need to send me the money if I am able to get this done.

Thank you. yes in hex format.
Post
Topic
Board Development & Technical Discussion
Re: $100 Bounty || Help needed on basic EC operations
by
sector-32
on 19/08/2020, 02:49:52 UTC
example double operation:
-------------------------------

input x : 0xa598a8030da6d86c6bc7f2f5144ea549d28211ea58faa70ebf4c1e665c1fe9b5
input y : 0x204b5d6f84822c307e4b4a7140737aec23fc63b65b35f86a10026dbd2d864e6b

result :
----------

output x : 0x136933174bc388a74ebd6746e13afe0eef5d66580c8e23d33464c342dc0080
output y : 0x27015dc47dbfe781689f232541c0410560ac69c82044e8e5906e54680127ff92

Post
Topic
Board Development & Technical Discussion
Topic OP
$100 Bounty || Help needed on basic EC operations
by
sector-32
on 19/08/2020, 01:40:11 UTC
Hello,

There's a C implementation at https://github.com/bitcoin-core/secp256k1 . I need help on code to compute basic operations i.e point addition, double and multiplication in C language.

The inputs / outputs must be in the form of hex. A little performance drop is acceptable.

Bounty at 12345E6kXHSKsrWJ3VLa4QBRF6UWraawU4 .
Thank you.
Post
Topic
Board India
Re: Solutions on How to file Tax returns on Bitcoin Income
by
sector-32
on 02/11/2019, 09:30:42 UTC