RosettaCodeData/Task/CRC-32/Lingo/crc-32-3.lingo
2023-07-01 13:44:08 -04:00

3 lines
110 B
Text

cx = Xtra("Crypto").new()
put cx.cx_crc32_string("The quick brown fox jumps over the lazy dog")
-- "414fa339"