We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a096dcc commit 9cfd8faCopy full SHA for 9cfd8fa
Jenkinsfile
@@ -44,7 +44,7 @@ def wrap = { fn->
44
}
45
46
47
-final Long XOR_CONST = 3735928559 // 0xdeadbeef
+final Long XOR_CONST = 4919 // 0x1337 see https://en.wikipedia.org/wiki/Leet
48
(captcha_problem, captcha_hash) = get_captcha(XOR_CONST)
49
50
/** Gather properties from user parameters */
0 commit comments