Closed CrackerHax closed 7 years ago
Anybody?
I haven't worked on sjcl in a long time, but it's probably not possible without hacking something out. Even if you seed the generator deterministically, sjcl tries to pull in high-quality unseeded randomness from the runtime.
I agree with @Bren2010 here. You could also try to create a big number out of the pre-existing secret but I am unsure of how much can be done there because big numbers need to adhere to a certain format
Hi, I am trying figure out how to generate a public secp256k1 key from a pre-existing secret such as:
Is there any way to do this with sjcl?