5 lines
151 B
Text
5 lines
151 B
Text
local crypto = require "crypto"
|
|
local fmt = require "fmt"
|
|
|
|
local str = "The quick brown fox jumps over the lazy dog"
|
|
print(fmt.hex(crypto.crc32(str)))
|