|
July 07, 2014, 09:19:53 AM |
|
With the current form of generating private keys , there are 2^256 (10^77) possibilities .
Whereas if the mini private key format is used , then there are only 10^52 possibilities . I have implemented the generation of private keys in that format in PHP , so i wanted to test the overall speed of vanitygen if we use this method to generate the private keys
|