Hi there. i am trying to convert a private key to public key using only GPU power. i have already done this with some code running on CPU. but this is insufficient for me. Because CPU codes have a processing power of around 640 thousand per second. So I need an algorithm that only runs on the GPU.
I'm wondering, in this project, does the public key generation from the private key work on the GPU or on the CPU?
Can anyone help me with this? I don't know much about C++.
Hi there. i am trying to convert a private key to public key using only GPU power. i have already done this with some code running on CPU. but this is insufficient for me. Because CPU codes have a processing power of around 640 thousand per second. So I need an algorithm that only runs on the GPU.
I'm wondering, in this project, does the public key generation from the private key work on the GPU or on the CPU?
Can anyone help me with this? I don't know much about C++.