Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

soffes/CommonCrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.