<<  >> (p.126)
    Author Topic: Pollard's kangaroo ECDLP solver  (Read 62539 times)
    fxsniper
    Member
    **
    Offline Offline

    Activity: 406
    Merit: 47


    View Profile
    June 02, 2022, 01:03:06 PM
     #2501

    https://github.com/JeanLucPons/Kangaroo
    kangaroo calculate random both tame and wild right?
    tame is multiplied with a random number with G
    wild is multiplied by ADD PUBKEY(target) with a random number
    if both results is the same X that is collision right?
    How can control range random of tame?
    How can control range random of the wild?
    control on Kangaroo 2.2 (use GPU)
    (in python kangaroo script I can modify it)



    distinguished point (DP)
    -d: Specify the number of leading zeros for the DP method (default is auto)
    -d dpBit
    What mean if use -d ?
    -d 32 = distinguished point 32 bit
    -d 64 = distinguished point 64 bit
    -d 128  = distinguished point 128 bit
    (I did not yet understand it)


Page 125
Viewing Page: 126