Skip to content

Commit 9cfd8fa

Browse files
Switch 0xdeadbeef for 0x1337
1 parent a096dcc commit 9cfd8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def wrap = { fn->
4444
}
4545
}
4646

47-
final Long XOR_CONST = 3735928559 // 0xdeadbeef
47+
final Long XOR_CONST = 4919 // 0x1337 see https://en.wikipedia.org/wiki/Leet
4848
(captcha_problem, captcha_hash) = get_captcha(XOR_CONST)
4949

5050
/** Gather properties from user parameters */

0 commit comments

Comments
 (0)