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

https://github.com/novasamatech/blake2.c

iOS compatible bindings for Blake 2 hash function
https://github.com/novasamatech/blake2.c

Last synced: 2 months ago
JSON representation

iOS compatible bindings for Blake 2 hash function

Awesome Lists containing this project

README

        

## About

iOS compatible bindings for blake2 hash function. The original C source code is copied unchanged from [mjosref implementation](https://github.com/mjosaarinen/blake2_mjosref).

## Usage with Cocoapods

```
pod 'blake2.c', :git => 'https://github.com/novasamatech/blake2.c', :tag => '0.1.0'
```

## Usage with Swift Package Manager

```
Comming soon
```