Skip to content

Commit 85c14a4

Browse files
authored
Add files via upload
1 parent 801037d commit 85c14a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ExpKangDlg.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define new DEBUG_NEW
2020
#endif
2121

22-
22+
2323
#define RANGE_BITS (32 + 8)
2424
#define DP_BITS (5)
2525
#define KANG_CNT (1 << (int)(0.25 * RANGE_BITS))

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ Important note: this software handles kangaroo looping in a very simple way.
2828
This method is bad for large ranges higher than 100 bits.
2929
Next part will demonstrate a good way to handle loops.
3030

31+
![sota diagram](diagram.jpg)

0 commit comments

Comments
 (0)