Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enzoh/motoko-sha
The SHA Package
https://github.com/enzoh/motoko-sha
Last synced: 3 months ago
JSON representation
The SHA Package
- Host: GitHub
- URL: https://github.com/enzoh/motoko-sha
- Owner: enzoh
- License: apache-2.0
- Created: 2020-04-19T02:55:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T11:58:49.000Z (almost 3 years ago)
- Last Synced: 2024-04-19T01:33:16.006Z (7 months ago)
- Language: Modelica
- Homepage: https://sdk.dfinity.org
- Size: 41 KB
- Stars: 15
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-icp - enzoh/motoko-sha
- awesome-motoko - motoko-sha - This package implements secure hash algorithms for the Motoko programming language. (Libraries / Cryptography)
README
## The SHA Package
[![Build Status](https://github.com/enzoh/motoko-sha/workflows/build/badge.svg)](https://github.com/enzoh/motoko-sha/actions?query=workflow%3Abuild)
This package implements secure hash algorithms for the Motoko programming language.
### Usage
Calculate a SHA256 hash.
```motoko
public func sha256(data : [Nat8]) : [Nat8]
```