Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 885 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 885 Bytes

Crypto

Carthage compatible Platform

Description

A set of tools for working with cryptography.

Requirements

  • iOS 8.0+
  • Xcode 7.3+

Installation

Carthage

To integrate Crypto into your project using Carthage, specify it in your Crypto:

github "valery-bashkatov/Crypto"

And then follow the instructions to install the framework.

Documentation

API Reference is located at http://valery-bashkatov.github.io/Crypto.

Usage

import Crypto

let rsaKeyPair = try! Crypto.generateKeyPair(.rsa2048)