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

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.

Awesome Lists containing this project

README

        

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