https://github.com/gmlewis/moonbit-crc32
MoonBit crc32: provide simple crc32 hash algorithm.
https://github.com/gmlewis/moonbit-crc32
Last synced: about 2 months ago
JSON representation
MoonBit crc32: provide simple crc32 hash algorithm.
- Host: GitHub
- URL: https://github.com/gmlewis/moonbit-crc32
- Owner: gmlewis
- License: apache-2.0
- Created: 2024-09-06T14:55:56.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-02-11T14:21:00.000Z (2 months ago)
- Last Synced: 2025-02-22T21:31:57.355Z (about 2 months ago)
- Language: MoonBit
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-moonbit - moonbit-crc32
README
# gmlewis/crc32
[](https://github.com/gmlewis/moonbit-crc32/actions/workflows/check.yml)This is a simple crc32 hash algorithm based on the Go Rosetta Stone implementation found here:
https://rosettacode.org/wiki/CRC-32
which has the copyright notice:```
Content is available under GNU Free Document License 1.3 unless otherwise noted.
```## Status
The code has been updated to support compiler:
```bash
$ moon version --all
moon 0.1.20250210 (da67b3c 2025-02-10) ~/.moon/bin/moon
moonc v0.1.20250210+7be093d1f ~/.moon/bin/moonc
moonrun 0.1.20250210 (da67b3c 2025-02-10) ~/.moon/bin/moonrun
```Use `moonup` to manage `moon` compiler versions:
https://github.com/chawyehsu/moonup