You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking into learning python right now and think it's a great project to have an insight.
Anyway I'm curious what exactly ECPrivateKey function does. It's being imported and used as a function in Btcbf. I'm aware how includes work in Java (I can use functions of a library to work with). Where can I find the code?
My motivation was: does it randomly generate private keys by starting with random numbers or does it find the same keys over and over again when we start this program?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Looking into learning python right now and think it's a great project to have an insight.
Anyway I'm curious what exactly ECPrivateKey function does. It's being imported and used as a function in Btcbf. I'm aware how includes work in Java (I can use functions of a library to work with). Where can I find the code?
My motivation was: does it randomly generate private keys by starting with random numbers or does it find the same keys over and over again when we start this program?
Thanks guys!
Beta Was this translation helpful? Give feedback.
All reactions