Skip to content

cocoaplayground/CommonCrypto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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.

Packages

No packages published

Languages

  • Ruby 100.0%