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

https://github.com/bitbeans/blake2s-net

Blake2s .NET
https://github.com/bitbeans/blake2s-net

Last synced: 11 months ago
JSON representation

Blake2s .NET

Awesome Lists containing this project

README

          

#blake2s-net [![Build status](https://img.shields.io/appveyor/ci/bitbeans/blake2s-net.svg?style=flat-square)](https://ci.appveyor.com/project/bitbeans/blake2s-net) [![Build Status](https://img.shields.io/travis/bitbeans/blake2s-net.svg?style=flat-square)](https://travis-ci.org/bitbeans/blake2s-net) [![NuGet Version](https://img.shields.io/nuget/v/blake2s-net.svg?style=flat-square)](https://www.nuget.org/packages/blake2s-net/) [![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat-square)](https://github.com/bitbeans/blake2s-net/blob/master/LICENSE.md)

This implementation is based on [miniLockManaged](https://github.com/SparkDustJoe/miniLockManaged).

## Installation

There is a [NuGet package](https://www.nuget.org/packages/blake2s-net/) available.

## License
[MIT](https://en.wikipedia.org/wiki/MIT_License)