1
1
I understand that the private key is generated with a random number
Specifically, any 256-bit number from 0x1 to 0xFFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFE BAAE DCE6 AF48 A03B BFD2 5E8C D036 4140 is a valid private key
I would like to know if this number is stored somewhere. If it is stored, we will be able to regenerate the private key, and the pubic key. Is that right ?
1The "number" (256bits) is the private key. If its not stored somewhere, your private key is lost. – Jonas Schnelli – 2016-07-08T09:48:47.687
@JonasSchnelli: I think that's more of an answer than a comment. :) – Murch – 2016-07-08T10:00:52.533
I thought that its hashed version is stored. And the number itself as well? – XR SC – 2016-07-08T10:15:24.180