<<  >> (p.121)
    Author Topic: Pollard's kangaroo ECDLP solver  (Read 62392 times)
    NotATether
    Legendary
    *
    Offline Offline

    Activity: 2044
    Merit: 8751


    Search? Try talksearch.io


    View Profile WWW
    October 22, 2021, 06:08:50 AM
     #2401


    Can I ask about Pollard's kangaroo python script ?

    Did I understand wrong?
    Pollard's kangaroo generate random number(in range) to private key for generate public point and compare collision right ?

    if I understand correct
    What variable is private key Pollard's kangaroo ?

    from ask, I mean private key of each generate point for check. ( I not mean private key of result )

    https://github.com/JeanLucPons/Kangaroo/blob/master/Kangaroo.cpp
    http://fe57.org/forum/thread.php?board=4&thema=1#1
    https://github.com/Telariust/pollard-kangaroo/blob/master/pollard-kangaroo-multi.py

    pollard_kangaroo.txt
    t.append((3 << problem - 2) + random.randint(1, 1 << problem - 1))
    w.append(random.randint(1, 1 << problem - 1))

    pollard-kangaroo-multi.py
    prvkey0 = random.randint(L,U)

    Kangaroo.cpp
    ?

    Most likely it is the last line (privkey0 = random.randint(L, U)).

    L and U are the range of the kangaroos of course.

    t and w are just the tame and wild points respectively (actually they are represented by numbers here).

    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ... LIVECASINO.io    Play Live Games with up to 20% cashback!...██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
Page 120
Viewing Page: 121