Blake2 deploys to macOS, iOS, tvOS, watchOS and Linux. It has been tested on the latest OS releases only however, as the module uses very few platform-provided APIs, there should be very few issues with earlier versions.
Setup instructions:
Swift Package Manager:
Add this to the dependency section of your Package.swift manifest:
Blake2.swift
Swift wrapper for reference C implementation of BLAKE2 hash functions.
Installation
Blake2 deploys to macOS, iOS, tvOS, watchOS and Linux. It has been tested on the latest OS releases only however, as the module uses very few platform-provided APIs, there should be very few issues with earlier versions.
Setup instructions:
Swift Package Manager: Add this to the dependency section of your
Package.swift
manifest:CocoaPods: Put this in your
Podfile
:Usage Examples
License
Blake2.swift can be used, distributed and modified under the Apache 2.0 license.