Author

Topic: Searching for secp256k1 algo in C# that is fast (Read 210 times)

member
Activity: 280
Merit: 26
September 25, 2018, 07:30:06 AM
#3
Why not simply to use existing (well-optimized) library like OpenSSL?
jr. member
Activity: 52
Merit: 1
Thousands of addresses which most likely will never be used.
Either you are trying to build a vanitygen, or bruteforce somebody's private key.
Take some vanitygen code, build it as a lib and use it in your project.
newbie
Activity: 3
Merit: 4
I have 32 byte private key that i generate from a function. Now i need to convert into public key both compress and uncompress fast as i generate thousands of addresses in few seconds.

Currently using C# nBitcoin to convert these private keys to public but that library is to slow and only able to convert 1500 addresses in 5 or 6 seconds

looking for a C# code that can do the job faster to any degree    it will help me  


Can C++ code be faster within C# .NET core ?     is it possible to use C++ within Core ?


Shahzad
Jump to: