Skip to content

novasamatech/blake2.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

iOS compatible bindings for blake2 hash function. The original C source code is copied unchanged from mjosref implementation.

Usage with Cocoapods

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

Usage with Swift Package Manager

Comming soon