Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmlewis/moonbit-sha256
MoonBit sha256: provide simple sha256 hash algorithm.
https://github.com/gmlewis/moonbit-sha256
algorithm hash moonbit sha256
Last synced: 4 days ago
JSON representation
MoonBit sha256: provide simple sha256 hash algorithm.
- Host: GitHub
- URL: https://github.com/gmlewis/moonbit-sha256
- Owner: gmlewis
- License: apache-2.0
- Created: 2024-08-18T20:20:52.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-12T11:51:14.000Z (4 days ago)
- Last Synced: 2024-11-12T12:35:26.910Z (4 days ago)
- Topics: algorithm, hash, moonbit, sha256
- Language: Shell
- Homepage: https://mooncakes.io/docs/#/gmlewis/sha256/
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gmlewis/sha256
[![check](https://github.com/gmlewis/moonbit-sha256/actions/workflows/check.yml/badge.svg)](https://github.com/gmlewis/moonbit-sha256/actions/workflows/check.yml)This is a simple sha256 hash algorithm based on Go's implementation:
https://cs.opensource.google/go/go/+/refs/tags/go1.23.0:src/crypto/sha256/sha256.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.20241111 (e6d64e0 2024-11-11) ~/.moon/bin/moon
moonc v0.1.20241111+dc2407357 ~/.moon/bin/moonc
moonrun 0.1.20241111 (e6d64e0 2024-11-11) ~/.moon/bin/moonrun
```Use `moonup` to manage `moon` compiler versions:
https://github.com/chawyehsu/moonup