An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# gmlewis/crc32
[![check](https://github.com/gmlewis/moonbit-crc32/actions/workflows/check.yml/badge.svg)](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