iceland2k14 / bsgs

Find PrivateKey of corresponding Pubkey(s) using BSGS algo
MIT License
111 stars 61 forks source link

Optimal bPfile #1

Closed endorianix closed 3 years ago

endorianix commented 3 years ago

What is relation of bPfile to used n ?

iceland2k14 commented 3 years ago

Hi, The optimal value of parameter is n = m * m where m = number of items in the bPfile. When you have more RAM and Disk Space if available, you can use bigger value of m.