https://github.com/gmlewis/moonbit-md5
MoonBit md5: provide simple md5 hash algorithm.
https://github.com/gmlewis/moonbit-md5
algorithm hash md5 moonbit
Last synced: 12 days ago
JSON representation
MoonBit md5: provide simple md5 hash algorithm.
- Host: GitHub
- URL: https://github.com/gmlewis/moonbit-md5
- Owner: gmlewis
- License: apache-2.0
- Created: 2024-08-18T20:16:32.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-09-20T22:20:21.000Z (29 days ago)
- Last Synced: 2025-10-02T18:44:33.944Z (18 days ago)
- Topics: algorithm, hash, md5, moonbit
- Language: MoonBit
- Homepage: https://mooncakes.io/docs/#/gmlewis/md5/
- Size: 79.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-moonbit - moonbit-md5
README
# gmlewis/md5
[](https://github.com/gmlewis/moonbit-md5/actions/workflows/check.yml)This is a simple md5 hash algorithm based on Go's implementation:
https://cs.opensource.google/go/go/+/refs/tags/go1.23.0:src/crypto/md5/md5.go
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.20250918 (e5fa392 2025-09-18) ~/.moon/bin/moon
moonc v0.6.28+d96d14d39 (2025-09-18) ~/.moon/bin/moonc
moonrun 0.1.20250918 (e5fa392 2025-09-18) ~/.moon/bin/moonrun
moon-pilot 0.0.1-850379f (2025-09-19) ~/.moon/bin/moon-pilot
```