kdawgwilk / CommonCrypto

CommonCrypto Swift module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommonCrypto

Version Carthage compatible

Simple CommonCrypto wrapper for Swift for macOS, iOS, watchOS, and tvOS with Carthage support. For additional crypto helpers, see Crypto.

Released under the MIT license. Enjoy.

Installation

Carthage is the recommended way to install Crypto. Add the following to your Cartfile:

github "soffes/CommonCrypto"

Usage

You can't directly use CommonCrypto in Swift since Apple doesn't define a module for it. This library includes frameworks for each platform that wraps the C library. This makes importing it into Swift as simple as

import CommonCrypto

Enjoy.

About

CommonCrypto Swift module

License:MIT License