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: about 2 months ago
JSON representation

The SHA Package

Lists

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]
```