markvector
Member
4
Posts
90
Reputation
Mar 3, 2017
Joined
Recent posts
- Kangaroo vs keyhunt BSGS showdownSep 24, 2023
These are completely different algorithms and it is incorrect to compare them by the numbers shown. A properly tuned kangaroo will always run faster than BSGS. However, the main difference is that if the BSGS did not…
- simple Sagemath script for LLL_nonce_leakage.pyDec 30, 2022
LenstraLenstraLovász lattice basis reduction algorithm is not a something that can be understood using simple mathematics. Try to read this for example.
- Checking Even or Odd PointsDec 2, 2017
To check a number N, you require N+2 addition or subtraction operations. Wouldn't it be simpler to just go through all the points from 1 to N instead?
- BigStepGiantStep algorithm for Nvidia GPUsMar 20, 2017
How many bytes of memory do you need to store one babystep? Hashtable uses GPU memory or global ram?