Installation

CocoaPods

To install Common library through CocoaPods simply add the following line to your Podfile:

pod 'KeccakC'
pod 'KeccakSwift'

Swift Package Manager

To add your library through Swift Package Manager add next line to dependencies section of your Package.swift file:

.package(url: "https://github.com/sublabdev/keccak-swift.git", from: "1.0.0")

Last updated