hash.crc32
code:Lua
h = textmodule.hash.crc32(str)
モジュール
hash
引数
table:_
変数 型 概要
1 str string 元の文字列
返り値
table:_
変数 型 概要
1 h string ハッシュ値
概要
文字列
str
をcrc32を使用してハッシュ値に変換する。