<<  >> (p.51)
    Author Topic: Pollard's kangaroo ECDLP solver  (Read 62387 times)
    Etar
    Sr. Member
    ****
    Offline Offline

    Activity: 654
    Merit: 316


    View Profile
    June 18, 2020, 06:35:37 PM
     #1001

    -snip-
    Etar
    if i am not wrong
    you have 49 bit 1000 pubkeys
    you shift dp file to 54 bit
    and you have this info
    " Expected operations 2^28.06, Total op was 261530636052 = 2^37.93 "
    if i am not wrong you total op 2^38 work = to search 1 pubkey in 2^76 bitrange
    76 bit = 75557863725914323419135
    54 bit = 18014398509481983
    distance = 4194303 for 1000 pub key
    and for 1 pubkey = 419.4303
    and for 32*g = 134217.72
    in short you used tooo much time as compare to equal 76 bit work
    hope u understand
    2^37.93 for ALL pubkeys
    for 1 pubkeys average op is 2^27.98
    And i didn`t have 1000pubkeys in 49bit range. I solve 1 keys and convert work file to range 54bit.
    In 54bit i solve 1000pubkeys. And work file will the same for each pubkeys  i didn`t append DP to file while solving range 54bit.
Page 50
Viewing Page: 51