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
- Host: GitHub
- URL: https://github.com/novasamatech/blake2.c
- Owner: novasamatech
- License: apache-2.0
- Created: 2025-01-07T16:47:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T14:42:56.000Z (5 months ago)
- Last Synced: 2025-02-12T09:51:22.913Z (4 months ago)
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```