MoonBit crc32: provide simple crc32 hash algorithm.
Content is available under GNU Free Document License 1.3 unless otherwise noted.$ moon version --all
moon 0.1.20260119 (be99339 2026-01-19) ~/.moon/bin/moon
moonc v0.7.2+938b1f804 (2026-01-20) ~/.moon/bin/moonc
moonrun 0.1.20260119 (be99339 2026-01-19) ~/.moon/bin/moonrun
moon-pilot 0.0.1-df92511 (2026-01-20) ~/.moon/bin/moon-pilotpub(open) trait HashFunc {
name(Self) -> String
write(Self, Byte) -> Unit
check_sum(Self) -> String
}pub(all) struct Digest {
crc : UInt
name : String
}Install
Download zipMoonBit crc32: provide simple crc32 hash algorithm.