https://github.com/gmlewis/moonbit-hash
Hash functions for MoonBit based on Go's implementation.
https://github.com/gmlewis/moonbit-hash
Last synced: 22 days ago
JSON representation
Hash functions for MoonBit based on Go's implementation.
- Host: GitHub
- URL: https://github.com/gmlewis/moonbit-hash
- Owner: gmlewis
- License: apache-2.0
- Created: 2024-11-11T01:02:42.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-03-11T12:54:09.000Z (about 1 month ago)
- Last Synced: 2025-03-28T13:47:01.982Z (23 days ago)
- Language: MoonBit
- Size: 48.8 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-hash
README
# gmlewis/hash
[](https://github.com/gmlewis/moonbit-hash/actions/workflows/check.yml)This package provides hash functions based on Go's implementation:
https://cs.opensource.google/go/go/+/refs/tags/go1.23.3:src/hash/hash.go;l=26
which has the copyright notice:```
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
```## Status
The code has been updated to support compiler:
```bash
$ moon version --all
moon 0.1.20250310 (df3bb14 2025-03-10) ~/.moon/bin/moon
moonc v0.1.20250310+a7a1e9804 ~/.moon/bin/moonc
moonrun 0.1.20250310 (df3bb14 2025-03-10) ~/.moon/bin/moonrun
```Use `moonup` to manage `moon` compiler versions:
https://github.com/chawyehsu/moonup