RosettaCodeData/Task/CRC-32/Lingo/crc-32-3.lingo
2016-12-05 23:44:36 +01: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"