This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- I claim no copyright over this source code and you can use it for whatever you want. Just don't sue me. | |
local ASSERTIONS_ENABLED = true -- Whether to run several checks when the module is first loaded and when a message is preprocessed. | |
local INIT_0 = 0x67452301 | |
local INIT_1 = 0xEFCDAB89 | |
local INIT_2 = 0x98BADCFE | |
local INIT_3 = 0x10325476 | |
local INIT_4 = 0xC3D2E1F0 |
NewerOlder